Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/craft.py SkeinFox(Download)
def addToCraftMenu( menu ): "Add a craft plugin menu." settings.ToolDialog().addPluginToMenu( menu, gcodec.getUntilDot( os.path.abspath( __file__ ) ) ) menu.add_separator() directoryPath = getPluginsDirectoryPath()
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/analyze_plugins/analyze_utilities/tableau.py SkeinFox(Download)
except: print( 'Image %s was not found in the images directory, so a text button will be substituted.' % fileName ) untilDotFileName = gcodec.getUntilDot( fileName ) self.photoImages[ untilDotFileName ] = photoImage return untilDotFileName
src/s/k/SkeinFox-HEAD/2010-02-25_skeinforge_withRaftless/skeinforge_tools/import_plugins/py.py SkeinFox(Download)
self.layerThickness = None self.rotatedBoundaryLayers = [] self.untilDotName = gcodec.getUntilDot( fileName ) def __repr__( self ):