Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(6) | Derive(0) | Import(0)
src/t/r/TrustRouter-HEAD/client/packaging/Windows/Python32/Lib/site-packages/pythonwin/pywin/scintilla/config.py TrustRouter(Download)
mtime = marshal.load(cf) if magic == imp.get_magic() and \ win32api.GetKeyboardLayoutName() == kblayoutname and \ src_stat[stat.ST_MTIME] == mtime and \ src_stat[stat.ST_SIZE] == size:
cf = open(compiled_name, "wb") marshal.dump(compiled_config_version, cf) marshal.dump(win32api.GetKeyboardLayoutName(), cf) marshal.dump(imp.get_magic(), cf) marshal.dump(src_stat[stat.ST_SIZE], cf)
src/s/u/SublimeSpeech-HEAD/lib/pywin64bit/pythonwin/pywin/scintilla/config.py SublimeSpeech(Download)
mtime = marshal.load(cf) if magic == imp.get_magic() and \ win32api.GetKeyboardLayoutName() == kblayoutname and \ src_stat[stat.ST_MTIME] == mtime and \ src_stat[stat.ST_SIZE] == size:
cf = open(compiled_name, "wb") marshal.dump(compiled_config_version, cf) marshal.dump(win32api.GetKeyboardLayoutName(), cf) marshal.dump(imp.get_magic(), cf) marshal.dump(src_stat[stat.ST_SIZE], cf)
src/s/u/SublimeSpeech-HEAD/lib/pywin32bit/pythonwin/pywin/scintilla/config.py SublimeSpeech(Download)
mtime = marshal.load(cf) if magic == imp.get_magic() and \ win32api.GetKeyboardLayoutName() == kblayoutname and \ src_stat[stat.ST_MTIME] == mtime and \ src_stat[stat.ST_SIZE] == size:
cf = open(compiled_name, "wb") marshal.dump(compiled_config_version, cf) marshal.dump(win32api.GetKeyboardLayoutName(), cf) marshal.dump(imp.get_magic(), cf) marshal.dump(src_stat[stat.ST_SIZE], cf)