diplomat.utils.lazy_import.ImportFunctions

class diplomat.utils.lazy_import.ImportFunctions[source]

Bases: object

A set of import functions that can be used by the lazy importer object. Includes the following import functions:
  • SIMPLE: A basic implementation of an import function.

  • SILENT: Makes imported package silent by disabling printing and log outputs before importing modules.

__init__()

Methods

SILENT([pkg])

SIMPLE([pkg])

__init__()