Lines Matching refs:importlib
3 import importlib.util
34 self.bc_path = importlib.util.cache_from_source(self.source_path)
38 self.bc_path2 = importlib.util.cache_from_source(self.source_path2)
57 compare = struct.pack('<4sll', importlib.util.MAGIC_NUMBER, 0, mtime)
79 self.recreation_check(struct.pack('<4sll', importlib.util.MAGIC_NUMBER,
152 cached = importlib.util.cache_from_source(self.source_path,
155 cached2 = importlib.util.cache_from_source(self.source_path2,
158 cached3 = importlib.util.cache_from_source(self.source_path3,
283 path = importlib.util.cache_from_source(fn)
287 path = importlib.util.cache_from_source(fn)
314 pycpath = importlib.util.cache_from_source(bazfn)
381 pycpath = importlib.util.cache_from_source(self.barfn)
478 pyc = importlib.util.cache_from_source(bazfn)
489 self.assertFalse(os.path.exists(importlib.util.cache_from_source(
547 pyc = importlib.util.cache_from_source(