Lines Matching refs:cache_from_source
41 return importlib.util.cache_from_source(script, optimization=opt)
60 self.bc_path = importlib.util.cache_from_source(self.source_path)
64 self.bc_path2 = importlib.util.cache_from_source(self.source_path2)
206 cached = importlib.util.cache_from_source(self.source_path,
209 cached2 = importlib.util.cache_from_source(self.source_path2,
212 cached3 = importlib.util.cache_from_source(self.source_path3,
264 pyc_filename = importlib.util.cache_from_source(source)
289 modcode = importlib.util.cache_from_source(mod)
318 bc = importlib.util.cache_from_source(script)
337 bc = importlib.util.cache_from_source(script)
352 bc = importlib.util.cache_from_source(script)
383 bc.append(importlib.util.cache_from_source(script,
413 allowed_bc = importlib.util.cache_from_source(allowed_symlink)
414 prohibited_bc = importlib.util.cache_from_source(prohibited_symlink)
507 path = importlib.util.cache_from_source(fn)
511 path = importlib.util.cache_from_source(fn)
538 pycpath = importlib.util.cache_from_source(bazfn)
605 pycpath = importlib.util.cache_from_source(self.barfn)
716 pyc = importlib.util.cache_from_source(bazfn)
727 self.assertFalse(os.path.exists(importlib.util.cache_from_source(
785 pyc = importlib.util.cache_from_source(
824 bc = importlib.util.cache_from_source(script)
847 bc.append(importlib.util.cache_from_source(script,
879 allowed_bc = importlib.util.cache_from_source(allowed_symlink)
880 prohibited_bc = importlib.util.cache_from_source(prohibited_symlink)