Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(4) | Derive(0) | Import(0)
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/export.py SkeinFox(Download)
def getReplaced( exportText ): "Get text with words replaced according to replace.csv file." replaceText = preferences.getFileInGivenPreferencesDirectory( os.path.dirname( __file__ ), 'Replace.csv' ) if replaceText == '': return exportText
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/export.py SkeinFox(Download)
def getReplaced( exportText ): "Get text with words replaced according to replace.csv file." replaceText = preferences.getFileInGivenPreferencesDirectory( os.path.dirname( __file__ ), 'Replace.csv' ) if replaceText == '': return exportText
src/s/k/SkeinFox-HEAD/skeinforge-0006/skeinforge_tools/inset.py SkeinFox(Download)
def addFromUpperLowerFile( self, fileName ): "Add lines of text from the fileName or the lowercase fileName, if there is no file by the original fileName in the directory." fileText = preferences.getFileInGivenPreferencesDirectory( os.path.dirname( __file__ ), fileName ) if fileText == '': return
src/s/k/SkeinFox-HEAD/skeinforge-0005/skeinforge_tools/inset.py SkeinFox(Download)
def addFromUpperLowerFile( self, fileName ): "Add lines of text from the fileName or the lowercase fileName, if there is no file by the original fileName in the directory." fileText = preferences.getFileInGivenPreferencesDirectory( os.path.dirname( __file__ ), fileName ) if fileText == '': return