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.py262 _PYCACHE = '__pycache__' variable
313 return _path_join(head, _PYCACHE, almost_filename + BYTECODE_SUFFIXES[0])
330 if pycache != _PYCACHE:
332 '{!r}'.format(_PYCACHE, path))