Searched refs:writepy (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Tools/wasm/ |
H A D | wasm_assets.py | 163 pzf.writepy(args.sysconfig_data) 169 # writepy() writes .pyc files (bytecode). 170 pzf.writepy(entry, filterfunc=filterfunc)
|
/third_party/python/Lib/test/ |
H A D | test_zipfile.py | 1336 zipfp.writepy(fn) 1347 zipfp.writepy(fn, "testpackage") 1359 zipfp.writepy(packagedir) 1377 zipfp.writepy(packagedir) 1383 zipfp.writepy(packagedir, filterfunc=lambda whatever: False) 1391 zipfp.writepy(packagedir, filterfunc=filter) 1406 zipfp.writepy(packagedir) 1425 zipfp.writepy(TESTFN2) 1445 zipfp.writepy(TESTFN2, filterfunc=lambda fn: 1459 self.assertRaises(RuntimeError, zipfp.writepy, TESTF [all...] |
/third_party/python/Lib/ |
H A D | zipfile.py | 2021 def writepy(self, pathname, basename="", filterfunc=None): member in PyZipFile 2065 self.writepy(path, basename, 2097 'Files added with writepy() must end with ".py"')
|
Completed in 11 milliseconds