Home
last modified time | relevance | path

Searched refs:make_legacy_pyc (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_multiprocessing_main_handling.py200 pyc_file = support.make_legacy_pyc(script_name)
217 pyc_file = support.make_legacy_pyc(script_name)
277 pyc_file = support.make_legacy_pyc(script_name)
Dtest_runpy.py12 forget, make_legacy_pyc, unload, verbose, no_tracing,
317 make_legacy_pyc(mod_fname)
358 make_legacy_pyc(mod_fname)
417 make_legacy_pyc(mod_fname)
688 legacy_pyc = make_legacy_pyc(script_name)
Dtest_cmd_line_script.py228 pyc_file = support.make_legacy_pyc(script_name)
245 pyc_file = support.make_legacy_pyc(script_name)
319 pyc_file = support.make_legacy_pyc(script_name)
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py12 from test.support import make_legacy_pyc
70 make_legacy_pyc(mapping[name])
Dtest_file_loader.py20 from test.support import make_legacy_pyc, unload
396 bytecode_path = make_legacy_pyc(mapping[name])
/external/python/cpython3/Lib/test/support/
Dscript_helper.py14 from test.support import make_legacy_pyc, strip_python_stderr
221 legacy_pyc = make_legacy_pyc(source_from_cache(script_name))
D__init__.py435 def make_legacy_pyc(source): function
/external/python/cpython3/Lib/test/test_import/
D__init__.py24 make_legacy_pyc, rmtree, run_unittest, swap_attr, swap_item, temp_umask,
194 make_legacy_pyc(filename)
309 make_legacy_pyc(source)
592 pyc_file = make_legacy_pyc(self.file_name)
825 pyc_file = make_legacy_pyc(self.source)
850 pyc_file = make_legacy_pyc(self.source)
/external/python/cpython3/Doc/library/
Dtest.rst397 .. function:: make_legacy_pyc(source)