Searched refs:compile_file (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | compileall.py | 103 results = executor.map(partial(compile_file, 117 if not compile_file(file, ddir, force, rx, quiet, 125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, function 429 if not compile_file(dest, args.ddir, args.force, args.rx,
|
/third_party/python/Lib/test/ |
D | test_compileall.py | 95 self.assertTrue(compileall.compile_file(self.source_path)) 105 self.assertTrue(compileall.compile_file(self.source_path)) 139 self.assertTrue(compileall.compile_file(self.source_path, 152 self.assertFalse(compileall.compile_file(self.bad_source_path, 161 self.assertTrue(compileall.compile_file(pathlib.Path(self.source_path))) 167 self.assertTrue(compileall.compile_file(pathlib.Path(self.source_path), 190 compileall.compile_file(data_file) 198 self.assertFalse(compileall.compile_file(self.bad_source_path)) 387 compileall.compile_file(script, quiet=True,
|
/third_party/quickjs/ |
D | qjsc.c | 283 static void compile_file(JSContext *ctx, FILE *fo, in compile_file() function 662 compile_file(ctx, fo, filename, cname, module); in main()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0rc1.rst | 275 Fixed issue in :func:`compileall.compile_file` when ``sys.stdout`` is
|
/third_party/python/Doc/library/ |
D | compileall.rst | 235 .. function:: compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimi…
|
/third_party/python/Doc/whatsnew/ |
D | 3.5.rst | 971 :func:`~compileall.compile_file`, and :func:`~compileall.compile_path` can now
|