Home
last modified time | relevance | path

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

/third_party/python/Lib/importlib/
D_bootstrap_external.py915 def _cache_bytecode(self, source_path, cache_path, data): member in SourceLoader
1029 self._cache_bytecode(source_path, bytecode_path, data)
1094 def _cache_bytecode(self, source_path, bytecode_path, data): member in SourceFileLoader