diplomat.utils.lazy_importΒΆ
Contains utilities for lazily importing and resolving python modules.
Functions
|
Decorator, immediately resolves any lazily imported modules the first time the decorated function is called. |
|
Verifies a package exists without importing it, otherwise throws an ImportError. |
Classes
A set of import functions that can be used by the lazy importer object. Includes the following import functions: |
|
|
Represents a Lazily Imported Object. |