代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/296686/8081310
py unicode.py
import wx
#----------------------------------------------------------------------
# Some unicode strings
chi_uni = (u'Python \u662f\u6700\u597d\u7684\u7de8\u7a0b\u8a9e\u8a00\uff01',
www.eeworm.com/read/296686/8081314
py toolbar.py
import wx
import images
FRAMETB = True
TBFLAGS = ( wx.TB_HORIZONTAL
| wx.NO_BORDER
| wx.TB_FLAT
#| wx.TB_TEXT
#| wx.TB_HORZ_LAYOUT
www.eeworm.com/read/296686/8081323
py statusbar.py
import time
import wx
#---------------------------------------------------------------------------
class CustomStatusBar(wx.StatusBar):
def __init__(self, parent, log):
wx.Sta
www.eeworm.com/read/296686/8081331
py infoframe.py
import sys
import wx
import wx.lib.infoframe
#----------------------------------------------------------------------
class MyFrame(wx.Frame):
def __init__(self, output):
w
www.eeworm.com/read/296686/8081349
py adjustchannels.py
import wx
from Main import opj
#----------------------------------------------------------------------
# AdjustChannels demo. The interesting part is ImageWindow.OnPaint
class TestAdjus
www.eeworm.com/read/296686/8081354
py spinctrl.py
import wx
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
wx.Panel.__init__(self, parent, -1)
www.eeworm.com/read/296686/8081368
py ownerdrawncombobox.py
import wx
import wx.combo
#----------------------------------------------------------------------
# This ComboBox class graphically displays the various pen styles that
# are available, making
www.eeworm.com/read/296686/8081376
py xmlresourcehandler.py
import wx
import wx.xrc as xrc
#----------------------------------------------------------------------
resourceText = r'''
www.eeworm.com/read/296686/8081388
py colourdialog.py
import wx
#---------------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
self.log = log
wx.Pa
www.eeworm.com/read/296686/8081391
py fontenumerator.py
import wx
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
wx.Panel.__init__(self, parent, -