importlib.machinery.all_suffixes() Returns a combined list of strings representing all file suffixes for modules recognized
abstractmethod get_data(path) An abstract method to return the bytes for the data located at path. Loaders that have
loader
@importlib.util.set_package A decorator for importlib.abc.Loader.load_module()
class importlib.abc.ExecutionLoader An abstract base class which inherits from InspectLoader that, when implemented
importlib.util.cache_from_source(path, debug_override=None, *, optimization=None) Return the
@importlib.util.module_for_loader A decorator for importlib.abc.Loader.load_module()
exec_module(module) Concrete implementation of Loader.exec_module(). New
importlib.util.MAGIC_NUMBER The bytes which represent the bytecode version number. If you need help with loading/writing bytecode
runpy.run_path(file_path, init_globals=None, run_name=None) Execute the code at the named filesystem location and return the
Page 10 of 15