Searched refs:encfile (Results 1 – 2 of 2) sorted by relevance
46 print("checking for existence of " + encfile( path ))47 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path:49 print("adding " + encfile( path ) + " to sys.path")53 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path:55 print("adding " + encfile( path ) + " to sys.path")58 def encfile(uni): function100 codeobject = compile( src, encfile(filename), "exec" )102 mod.__file__ = encfile(filename)
58 def encfile(uni): function118 encfile(msg) +257 if 1 == os.access( encfile(path), os.F_OK) and not path in sys.path:263 if 1 == os.access( encfile(path), os.F_OK) and not path in sys.path:451 code = compile( src, encfile(uno.fileUrlToSystemPath( url ) ), "exec" )
Completed in 11 milliseconds