Home
last modified time | relevance | path

Searched refs:_classify_pyc (Results 1 – 3 of 3) 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.py438 def _classify_pyc(data, name, exc_details): function
827 flags = _classify_pyc(data, fullname, exc_details)
1005 _classify_pyc(data, fullname, exc_details)
/external/python/cpython3/Lib/
Dmodulefinder.py291 importlib._bootstrap_external._classify_pyc(data, fqname, {})