DeferredImportCallbackFinder()
|
Custom Finder that will wrap the normal loader to trigger callbacks |
DeferredImportCallbackLoader(loader, ...)
|
Custom Loader to resolve registered DeferredImportIndicator objects |
DeferredImportIndicator(name, error_message, ...)
|
Placeholder indicating if an import was successful. |
DeferredImportModule(indicator, ...)
|
Mock module object to support the deferred import of a module. |
ModuleUnavailable(name, message, ...)
|
Mock object that raises DeferredImportError upon attribute access |
declare_modules_as_importable(globals_dict)
|
Make all ModuleType and DeferredImportModules importable through the globals_dict context. |