Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(5) | Call(5) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/profile.py SkeinFox(Download)
def __init__( self, menu, window ): "Set the menu." self.menu = menu addToProfileMenu( menu ) settings.addElementToListTableIfNotThere( self, window, settings.globalProfileSaveListenerListTable )
def addToDialog( self, gridPosition ): "Add this to the dialog." settings.addElementToListTableIfNotThere( self, self.repository.repositoryDialog, settings.globalProfileSaveListenerListTable ) def getFromRadioPlugins( self, radioPlugins, repository ):
self.menuButtonDisplay.radioVar.set( self.valueName ) self.menuButtonDisplay.menu.invoke( self.menuLength ) settings.addElementToListTableIfNotThere( self.repository, self.repository.repositoryDialog, settings.globalProfileSaveListenerListTable ) self.activate = True
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft.py SkeinFox(Download)
def __init__( self, menu, window ): "Set the menu." self.menu = menu addToCraftMenu( menu ) settings.addElementToListTableIfNotThere( self, window, settings.globalProfileSaveListenerListTable )
def addToDialog( self, gridPosition ): "Add this to the dialog." settings.addElementToListTableIfNotThere( self, self.repository.repositoryDialog, settings.globalProfileSaveListenerListTable ) self.gridPosition = gridPosition.getCopy() self.gridPosition.increment()