Home
last modified time | relevance | path

Searched refs:compile_file (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dcompileall.py103 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/
Dtest_compileall.py95 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/
Dqjsc.c283 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/
D3.10.0rc1.rst275 Fixed issue in :func:`compileall.compile_file` when ``sys.stdout`` is
/third_party/python/Doc/library/
Dcompileall.rst235 .. function:: compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, legacy=False, optimi…
/third_party/python/Doc/whatsnew/
D3.5.rst971 :func:`~compileall.compile_file`, and :func:`~compileall.compile_path` can now