diplomat.utils.lazy_import

Functions

resolve_lazy_imports(func)

verify_existence_of(name)

Verifies a package exists without importing it, otherwise throws an ImportError.

Classes

ImportFunctions()

A set of import functions that can be used by the lazy importer object. Includes the following import functions:

LazyImporter(name, pkg, import_function, ...)

Represents a Lazily Imported Object.

SilentImports()