Undocumented
Class | ExplicitNamespacePackageFinder |
A finder for the explicit namespace packages, generated through pkg_resources. |
Class | Finder |
A finder is a class which knows how to find a particular module. |
Class | ImportlibFinder |
A finder based on the importlib module. |
Class | ModuleSpec |
Defines a class similar to PEP 420's ModuleSpec |
Class | PathSpecFinder |
Finder based on importlib.machinery.PathFinder. |
Class | ZipFinder |
Finder that knows how to find a module inside zip files. |
Function | find_spec |
Find a spec for the given module. |
Variable | ModuleType |
Undocumented |
Function | _cached_set_diff |
Undocumented |
Function | _find_spec_with_path |
Undocumented |
Function | _is_setuptools_namespace |
Undocumented |
Function | _precache_zipimporters |
No summary |
Function | _search_zip |
Undocumented |
Constant | _SPEC_FINDERS |
Undocumented |
Variable | _ModuleSpec |
Undocumented |
Parameters | |
modpath:list or tuple | split module's name (i.e name of a module or package split on '.'), with leading empty strings for explicit relative import |
path:list or None | optional list of path where the module or package should be searched (use sys.path if nothing or None is given) |
Returns | |
ModuleSpec | A module spec, which describes how the module was found and where. |
Parameters | |
path | paths that has to be added into the cache |
Returns | |
association between paths stored in the cache and zipimporter instances |
Undocumented
Value |
|