Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_multiprocessing_main_handling.py202 pyc_file = import_helper.make_legacy_pyc(script_name)
219 pyc_file = import_helper.make_legacy_pyc(script_name)
279 pyc_file = import_helper.make_legacy_pyc(script_name)
Dtest_runpy.py16 from test.support.import_helper import forget, make_legacy_pyc, unload
319 make_legacy_pyc(mod_fname)
360 make_legacy_pyc(mod_fname)
419 make_legacy_pyc(mod_fname)
698 legacy_pyc = make_legacy_pyc(script_name)
Dtest_cmd_line_script.py245 pyc_file = import_helper.make_legacy_pyc(script_name)
262 pyc_file = import_helper.make_legacy_pyc(script_name)
358 pyc_file = import_helper.make_legacy_pyc(script_name)
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_finder.py11 from test.support.import_helper import make_legacy_pyc
69 make_legacy_pyc(mapping[name])
Dtest_file_loader.py19 from test.support.import_helper import make_legacy_pyc, unload
395 bytecode_path = make_legacy_pyc(mapping[name])
/aosp_15_r20/external/python/cpython3/Lib/test/support/
Dscript_helper.py15 from test.support.import_helper import make_legacy_pyc
235 legacy_pyc = make_legacy_pyc(source_from_cache(script_name))
Dimport_helper.py53 def make_legacy_pyc(source): function
/aosp_15_r20/external/python/cpython3/Lib/test/test_import/
D__init__.py26 forget, make_legacy_pyc, unlink, unload, DirsOnSysPath, CleanImport)
230 make_legacy_pyc(filename)
345 make_legacy_pyc(source)
688 pyc_file = make_legacy_pyc(self.file_name)
923 pyc_file = make_legacy_pyc(self.source)
948 pyc_file = make_legacy_pyc(self.source)
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a6.rst1016 The function ``make_legacy_pyc`` in ``Lib/test/support/import_helper.py`` no
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtest.rst1592 .. function:: make_legacy_pyc(source)