Lines Matching refs:importlib
7 import importlib._bootstrap_external
8 import importlib.machinery
9 import importlib.util
127 cfile = importlib.util.cache_from_source(file,
130 cfile = importlib.util.cache_from_source(file)
139 loader = importlib.machinery.SourceFileLoader('<py_compile>', file)
159 bytecode = importlib._bootstrap_external._code_to_timestamp_pyc(
162 source_hash = importlib.util.source_hash(source_bytes)
163 bytecode = importlib._bootstrap_external._code_to_hash_pyc(
168 mode = importlib._bootstrap_external._calc_mode(file)
169 importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)