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

  /external/python/cpython3/Lib/test/support/
script_helper.py 212 legacy_pyc = make_legacy_pyc(source_from_cache(script_name))
213 name_in_zip = os.path.basename(legacy_pyc)
214 script_name = legacy_pyc
__init__.py 423 legacy_pyc = os.path.join(up_one, source + 'c')
424 os.rename(pyc_file, legacy_pyc)
425 return legacy_pyc
    [all...]
  /external/python/cpython3/Lib/test/
test_runpy.py 688 legacy_pyc = make_legacy_pyc(script_name)
689 self._check_script(script_dir, "<run_path>", legacy_pyc,

Completed in 166 milliseconds