importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES A list of strings representing the file suffixes for optimized bytecode modules
class importlib.machinery.SourcelessFileLoader(fullname, path) A concrete implementation of importlib.abc.FileLoader
importlib.invalidate_caches() Invalidate the internal caches of finders stored at
name The name of the module the loader can handle.
importlib.machinery.BYTECODE_SUFFIXES A list of strings representing the recognized file suffixes for bytecode modules (including
path_mtime(path) Optional abstract method which returns the modification time for the specified path.
importlib.machinery.SOURCE_SUFFIXES A list of strings representing the recognized file suffixes for source modules.
classmethod find_spec(fullname, path=None, target=None) Class method that attempts to find a spec
get_source(fullname) Returns None as extension modules do not have source code.
find_loader(fullname) A legacy method for finding a loader for the specified module.
Page 11 of 15