Lines Matching refs:importlib
7 import importlib._bootstrap_external
8 import importlib.machinery
9 import importlib.util
129 cfile = importlib.util.cache_from_source(file,
132 cfile = importlib.util.cache_from_source(file)
141 loader = importlib.machinery.SourceFileLoader('<py_compile>', file)
162 bytecode = importlib._bootstrap_external._code_to_timestamp_pyc(
165 source_hash = importlib.util.source_hash(source_bytes)
166 bytecode = importlib._bootstrap_external._code_to_hash_pyc(
171 mode = importlib._bootstrap_external._calc_mode(file)
172 importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)