Searched refs:_code_to_hash_pyc (Results 1 – 3 of 3) sorted by relevance
163 bytecode = importlib._bootstrap_external._code_to_hash_pyc(
546 def _code_to_hash_pyc(code, source_hash, checked=True): function867 data = _code_to_hash_pyc(code_object, source_hash, check_source)
193 bytecode = importlib._bootstrap_external._code_to_hash_pyc(