Home
last modified time | relevance | path

Searched refs:compiled_name (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_cmd_line_script.py282 compiled_name = py_compile.compile(
285 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name)
292 compiled_name = py_compile.compile(
295 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name)
302 compiled_name = py_compile.compile(
305 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name)
356 compiled_name = py_compile.compile(script_name, doraise=True)
H A Dtest_runpy.py679 compiled_name = py_compile.compile(script_name, doraise=True)
681 self._check_script(compiled_name, "<run_path>", compiled_name,
682 compiled_name, expect_spec=False)
695 compiled_name = py_compile.compile(script_name, doraise=True)
721 compiled_name = py_compile.compile(script_name, doraise=True)
723 compiled_name)
H A Dtest_multiprocessing_main_handling.py235 compiled_name = py_compile.compile(script_name, doraise=True)
236 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name)
277 compiled_name = py_compile.compile(script_name, doraise=True)
/third_party/python/Lib/test/test_import/
H A D__init__.py640 compiled_name = importlib.util.cache_from_source(file_name) variable
658 unlink(self.compiled_name)
697 with open(self.compiled_name, "rb") as f:
705 with open(self.compiled_name, "wb") as f:

Completed in 6 milliseconds