dissect.target.helpers.lazy#

Module Contents#

Classes#

Functions#

class dissect.target.helpers.lazy.LazyImport(module_name)#
__getattr__(attr)#
__repr__()#

Return repr(self).

class dissect.target.helpers.lazy.FailedImport(exc, module)#
__call__(*args, **kwargs)#
__getattr__(attr)#
class dissect.target.helpers.lazy.LazyAttr(attr, module)#
property realattr#
property __doc__#
__call__(*args, **kwargs)#
__getattr__(attr)#
__repr__()#

Return repr(self).

dissect.target.helpers.lazy.import_lazy(module_name)#