Home
last modified time | relevance | path

Searched refs:_code_to_hash_pyc (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dpy_compile.py163 bytecode = importlib._bootstrap_external._code_to_hash_pyc(
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py546 def _code_to_hash_pyc(code, source_hash, checked=True): function
867 data = _code_to_hash_pyc(code_object, source_hash, check_source)
/external/python/cpython3/Lib/test/
Dtest_zipimport.py193 bytecode = importlib._bootstrap_external._code_to_hash_pyc(