Searched refs:make_legacy_pyc (Results 1 – 10 of 10) sorted by relevance
202 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)
16 from test.support.import_helper import forget, make_legacy_pyc, unload319 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)
245 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)
11 from test.support.import_helper import make_legacy_pyc69 make_legacy_pyc(mapping[name])
19 from test.support.import_helper import make_legacy_pyc, unload395 bytecode_path = make_legacy_pyc(mapping[name])
15 from test.support.import_helper import make_legacy_pyc235 legacy_pyc = make_legacy_pyc(source_from_cache(script_name))
53 def make_legacy_pyc(source): function
26 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)
1016 The function ``make_legacy_pyc`` in ``Lib/test/support/import_helper.py`` no
1592 .. function:: make_legacy_pyc(source)