Lines Matching refs:importlib
3 import importlib.machinery, importlib.util
164 mod_spec = importlib.machinery.ModuleSpec(mod_name,
248 mod_spec = importlib.util.spec_from_file_location(mod_name,
282 new_spec = importlib.util.spec_from_file_location(spec.name,
315 importlib.invalidate_caches()
321 importlib.invalidate_caches()
341 "__cached__": importlib.util.cache_from_source(mod_fname),
356 importlib.invalidate_caches()
363 importlib.invalidate_caches()
415 importlib.invalidate_caches()
422 importlib.invalidate_caches()
546 "__cached__": importlib.util.cache_from_source(mod_fname),
585 importlib.machinery.FileFinder)
615 mod_spec = importlib.util.spec_from_file_location(spec_name,
639 mod_spec = importlib.util.spec_from_file_location(run_name,