HomeSort by relevance Sort by last modified time
    Searched refs:make_legacy_pyc (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Lib/test/support/
script_helper.py 17 from test.support import make_legacy_pyc, strip_python_stderr
212 legacy_pyc = make_legacy_pyc(source_from_cache(script_name))
__init__.py 414 def make_legacy_pyc(source): function
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/source/
test_finder.py 12 from test.support import make_legacy_pyc
70 make_legacy_pyc(mapping[name])
test_file_loader.py 20 from test.support import make_legacy_pyc, unload
263 bytecode_path = make_legacy_pyc(mapping[name])
  /external/python/cpython3/Lib/test/
test_runpy.py 12 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)
test_cmd_line_script.py 236 pyc_file = support.make_legacy_pyc(script_name)
253 pyc_file = support.make_legacy_pyc(script_name)
327 pyc_file = support.make_legacy_pyc(script_name)
  /external/python/cpython3/Lib/test/test_import/
__init__.py 23 make_legacy_pyc, rmtree, run_unittest, swap_attr, swap_item, temp_umask,
163 make_legacy_pyc(filename)
261 make_legacy_pyc(source)
503 pyc_file = make_legacy_pyc(self.file_name)
722 pyc_file = make_legacy_pyc(self.source)
744 pyc_file = make_legacy_pyc(self.source)
    [all...]

Completed in 546 milliseconds