Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/l/plexnet-HEAD/third_party/generic/pypy/py/path/local/local.py plexnet(Download)
try: f = pycfile.open('wb') f.write(py.std.struct.pack('<4si', 'TEMP', -1)) # fixed below py.std.marshal.dump(codeobj, f) f.flush() f.seek(0) f.write(py.std.struct.pack('<4si', my_magic, my_timestamp))