代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/100127/6274005
py bgentype.py
"""Type classes and a modest collection of standard types."""
from bgenOutput import *
class Type:
"""Define the various things you can do with a C type.
Most methods are intended to be extend
www.eeworm.com/read/100127/6274019
py canvas-w-widget-draw-el.py
from Tkinter import *
# this file demonstrates the creation of widgets as part of a canvas object
class Test(Frame):
def printhi(self):
print "hi"
def createWidgets(self):
self.QUIT = But
www.eeworm.com/read/100127/6274021
py rubber-line-demo-1.py
from Tkinter import *
class Test(Frame):
def printit(self):
print "hi"
def createWidgets(self):
self.QUIT = Button(self, text='QUIT',
background='red',
foreground='white',
www.eeworm.com/read/100127/6274040
py dialog-box.py
from Tkinter import *
from Dialog import Dialog
# this shows how to create a new window with a button in it
# that can create new windows
class Test(Frame):
def printit(self):
print "hi"
d
www.eeworm.com/read/100127/6274043
py rubber-band-box-demo-1.py
from Tkinter import *
class Test(Frame):
def printit(self):
print "hi"
def createWidgets(self):
self.QUIT = Button(self, text='QUIT',
background='red',
foreground='white',
www.eeworm.com/read/100127/6274084
py para.py
# Text formatting abstractions
# Oft-used type object
Int = type(0)
# Represent a paragraph. This is a list of words with associated
# font and size information, plus indents and justification fo
www.eeworm.com/read/100127/6274161
py vfile.py
# Classes to read and write CMIF video files.
# (For a description of the CMIF video format, see cmif-file.ms.)
# Layers of functionality:
#
# VideoParams: maintain essential parameters of a video f
www.eeworm.com/read/100127/6274181
py vedit.py
#! /usr/bin/env python
# Edit CMIF movies interactively -- copy one or more files to an output file
# XXX To do:
#
# - convert between formats (grey, rgb, rgb8, ...)
# - change size
# - cut out a g
www.eeworm.com/read/358610/6282254
pas tplaywaveunit.pas
//***********************************************************************//
// //
// 放音单元
www.eeworm.com/read/358610/6282255
~pas tplaywaveunit.~pas
//***********************************************************************//
// //
// 放音单元