代码搜索:self

找到约 10,000 项符合「self」的源代码

代码结果 10,000
www.eeworm.com/read/296686/8081194

py fontdialog.py

import wx from wx.lib import stattext #--------------------------------------------------------------------------- class TestPanel(wx.Panel): def __init__(self, parent, log): w
www.eeworm.com/read/296686/8081196

py xmlresourcesubclass.py

import wx import wx.xrc as xrc #---------------------------------------------------------------------- resourceText = r'''
www.eeworm.com/read/296686/8081209

py buttonpanel.py

import wx import wx.lib.buttonpanel as bp import images import random #---------------------------------------------------------------------- ID_BackgroundColour = wx.NewId() ID_GradientFr
www.eeworm.com/read/296686/8081227

py button.py

import wx #---------------------------------------------------------------------- class TestPanel(wx.Panel): def __init__(self, parent, log): wx.Panel.__init__(self, parent, -1,
www.eeworm.com/read/296686/8081229

py timectrl.py

# # 11/21/2003 - Jeff Grimmett (grimmtooth@softhome.net) # # o presense of spin control causing probs (see spin ctrl demo for details) # import wx import wx.lib.scrolledpanel as scrolled i
www.eeworm.com/read/296686/8081251

py staticbitmap.py

import wx import images USE_GENERIC = 0 if USE_GENERIC: from wx.lib.stattext import GenStaticText as StaticText from wx.lib.statbmp import GenStaticBitmap as StaticBitmap else
www.eeworm.com/read/296686/8081277

py layoutf.py

import wx import wx.lib.layoutf as layoutf #--------------------------------------------------------------------------- class TestLayoutf(wx.Panel): def __init__(self, parent):
www.eeworm.com/read/296686/8081292

py sound.py

import wx from Main import opj #---------------------------------------------------------------------- class TestPanel(wx.Panel): def __init__(self, parent, log): wx.Panel.__
www.eeworm.com/read/296686/8081306

py urldraganddrop.py

import wx #---------------------------------------------------------------------- class MyURLDropTarget(wx.PyDropTarget): def __init__(self, window): wx.PyDropTarget.__init__(se
www.eeworm.com/read/296686/8081320

py treelistctrl.py

import wx import wx.gizmos as gizmos import images #---------------------------------------------------------------------- class TestPanel(wx.Panel): def __init__(self, parent,