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