class documentation

Proxy module that lazily imports the underlying module the first time it is actually used.

Parameters
module_namethe fully-qualified module name to import
callbacka callback function to call before importing the module
Method __dir__ Undocumented
Method __getattr__ Undocumented
Method __init__ Undocumented
Method _import_module Undocumented
Instance Variable _callback Undocumented
Instance Variable _module Undocumented
def __dir__(self): (source)

Undocumented

def __getattr__(self, item): (source)

Undocumented

def __init__(self, module_name, callback=None): (source)

Undocumented

def _import_module(self): (source)

Undocumented

_callback = (source)

Undocumented

Undocumented