importlib.util.decode_source(source_bytes) Decode the given bytes representing source code and return it as a string with universal
is_package(fullname) Return True if the module specified by fullname is a package. Raise ZipImportError
has_location
@importlib.util.set_package A decorator for importlib.abc.Loader.load_module()
exec_module(module) Concrete implementation of Loader.exec_module(). New
loader
get_code(fullname) Concrete implementation of InspectLoader.get_code().
importlib.util.source_from_cache(path) Given the path to a
class importlib.abc.ExecutionLoader An abstract base class which inherits from InspectLoader that, when implemented
find_spec(fullname, target=None) An abstract method for finding a spec for the specified
Page 8 of 15