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.py146 flags = importlib._bootstrap_external._classify_pyc(
185 flags = importlib._bootstrap_external._classify_pyc(
193 flags = importlib._bootstrap_external._classify_pyc(
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py500 def _classify_pyc(data, name, exc_details): function
890 flags = _classify_pyc(data, fullname, exc_details)
1071 _classify_pyc(data, fullname, exc_details)
/external/python/cpython3/Lib/
Dzipimport.py594 flags = _bootstrap_external._classify_pyc(data, fullname, exc_details)
Dmodulefinder.py344 importlib._bootstrap_external._classify_pyc(data, fqname, {})