importlib.machinery.DEBUG_BYTECODE_SUFFIXES

importlib.machinery.DEBUG_BYTECODE_SUFFIXES A list of strings representing the file suffixes for non-optimized bytecode modules

2016-10-07 17:34:41
importlib.abc.PathEntryFinder

class importlib.abc.PathEntryFinder An abstract base class representing a path entry finder

2016-10-07 17:34:36
importlib.abc.PathEntryFinder.invalidate_caches()

invalidate_caches() An optional method which, when called, should invalidate any internal cache used by the finder. Used by

2016-10-07 17:34:36
importlib.util.LazyLoader.factory()

classmethod factory(loader) A static method which returns a callable that creates a lazy loader. This is meant to be used in

2016-10-07 17:34:52
importlib.abc.FileLoader.path

path Path to the file of the module.

2016-10-07 17:34:31
importlib.abc.MetaPathFinder.invalidate_caches()

invalidate_caches() An optional method which, when called, should invalidate any internal cache used by the finder. Used by

2016-10-07 17:34:35
pkgutil.walk_packages()

pkgutil.walk_packages(path=None, prefix='', onerror=None) Yields (module_finder, name, ispkg) for all modules recursively

2016-10-07 17:40:45
zipimport.zipimporter.archive

archive The file name of the importer’s associated ZIP file, without a possible subpath.

2016-10-07 17:48:46
importlib.machinery.ExtensionFileLoader.is_package()

is_package(fullname) Returns True if the file path points to a package’s __init__ module based on

2016-10-07 17:34:43
importlib.machinery.SourcelessFileLoader.is_package()

is_package(fullname) Determines if the module is a package based on path.

2016-10-07 17:34:50