Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpy_compile.py166 bytecode = importlib._bootstrap_external._code_to_hash_pyc(
/third_party/python/Lib/importlib/
D_bootstrap_external.py693 def _code_to_hash_pyc(code, source_hash, checked=True): function
1024 data = _code_to_hash_pyc(code_object, source_hash, check_source)
/third_party/python/Lib/test/
Dtest_zipimport.py195 bytecode = importlib._bootstrap_external._code_to_hash_pyc(
210 bytecode = importlib._bootstrap_external._code_to_hash_pyc(