Home
last modified time | relevance | path

Searched refs:_classify_pyc (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_py_compile.py144 flags = importlib._bootstrap_external._classify_pyc(
183 flags = importlib._bootstrap_external._classify_pyc(
191 flags = importlib._bootstrap_external._classify_pyc(
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py493 def _classify_pyc(data, name, exc_details): function
883 flags = _classify_pyc(data, fullname, exc_details)
1064 _classify_pyc(data, fullname, exc_details)
/external/python/cpython3/Lib/
Dzipimport.py594 flags = _bootstrap_external._classify_pyc(data, fullname, exc_details)
Dmodulefinder.py347 importlib._bootstrap_external._classify_pyc(data, fqname, {})