Lines Matching refs:importlib
8 import importlib, importlib.machinery, importlib.util
161 mod_spec = importlib.machinery.ModuleSpec(mod_name,
246 mod_spec = importlib.util.spec_from_file_location(mod_name,
280 new_spec = importlib.util.spec_from_file_location(spec.name,
313 importlib.invalidate_caches()
319 importlib.invalidate_caches()
339 "__cached__": importlib.util.cache_from_source(mod_fname),
354 importlib.invalidate_caches()
361 importlib.invalidate_caches()
413 importlib.invalidate_caches()
420 importlib.invalidate_caches()
544 "__cached__": importlib.util.cache_from_source(mod_fname),
583 importlib.machinery.FileFinder)
613 mod_spec = importlib.util.spec_from_file_location(spec_name,
637 mod_spec = importlib.util.spec_from_file_location(run_name,