Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py292 _PYCACHE = '__pycache__' variable
369 return _path_join(head, _PYCACHE, filename)
393 if pycache != _PYCACHE: