Lines Matching refs:importlib

4 import importlib.util
39 return importlib.util.cache_from_source(script, optimization=opt)
58 self.bc_path = importlib.util.cache_from_source(self.source_path)
62 self.bc_path2 = importlib.util.cache_from_source(self.source_path2)
81 compare = struct.pack('<4sLL', importlib.util.MAGIC_NUMBER, 0,
123 self.recreation_check(struct.pack('<4sLL', importlib.util.MAGIC_NUMBER,
218 cached = importlib.util.cache_from_source(self.source_path,
221 cached2 = importlib.util.cache_from_source(self.source_path2,
224 cached3 = importlib.util.cache_from_source(self.source_path3,
291 pyc_filename = importlib.util.cache_from_source(source)
316 modcode = importlib.util.cache_from_source(mod)
347 bc = importlib.util.cache_from_source(script)
366 bc = importlib.util.cache_from_source(script)
381 bc = importlib.util.cache_from_source(script)
412 bc.append(importlib.util.cache_from_source(script,
442 allowed_bc = importlib.util.cache_from_source(allowed_symlink)
443 prohibited_bc = importlib.util.cache_from_source(prohibited_symlink)
537 path = importlib.util.cache_from_source(fn)
541 path = importlib.util.cache_from_source(fn)
558 pycpath = importlib.util.cache_from_source(bazfn)
625 pycpath = importlib.util.cache_from_source(self.barfn)
736 pyc = importlib.util.cache_from_source(bazfn)
747 self.assertFalse(os.path.exists(importlib.util.cache_from_source(
805 pyc = importlib.util.cache_from_source(
844 bc = importlib.util.cache_from_source(script)
867 bc.append(importlib.util.cache_from_source(script,
899 allowed_bc = importlib.util.cache_from_source(allowed_symlink)
900 prohibited_bc = importlib.util.cache_from_source(prohibited_symlink)