importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES

importlib.machinery.OPTIMIZED_BYTECODE_SUFFIXES A list of strings representing the file suffixes for optimized bytecode modules

2016-10-07 17:34:47
importlib.machinery.SourcelessFileLoader

class importlib.machinery.SourcelessFileLoader(fullname, path) A concrete implementation of importlib.abc.FileLoader

2016-10-07 17:34:49
importlib.invalidate_caches()

importlib.invalidate_caches() Invalidate the internal caches of finders stored at

2016-10-07 17:34:40
importlib.abc.FileLoader.name

name The name of the module the loader can handle.

2016-10-07 17:34:31
importlib.machinery.BYTECODE_SUFFIXES

importlib.machinery.BYTECODE_SUFFIXES A list of strings representing the recognized file suffixes for bytecode modules (including

2016-10-07 17:34:41
importlib.abc.SourceLoader.path_mtime()

path_mtime(path) Optional abstract method which returns the modification time for the specified path.

2016-10-07 17:34:39
importlib.machinery.SOURCE_SUFFIXES

importlib.machinery.SOURCE_SUFFIXES A list of strings representing the recognized file suffixes for source modules.

2016-10-07 17:34:51
importlib.machinery.PathFinder.find_spec()

classmethod find_spec(fullname, path=None, target=None) Class method that attempts to find a spec

2016-10-07 17:34:47
importlib.machinery.ExtensionFileLoader.get_source()

get_source(fullname) Returns None as extension modules do not have source code.

2016-10-07 17:34:42
importlib.abc.PathEntryFinder.find_loader()

find_loader(fullname) A legacy method for finding a loader for the specified module.

2016-10-07 17:34:36