Home
last modified time | relevance | path

Searched defs:_cache_bytecode (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py708 def _cache_bytecode(self, source_path, cache_path, data): member in SourceLoader
845 def _cache_bytecode(self, source_path, bytecode_path, data): member in SourceFileLoader