dissect.target.helpers.lazy

Module Contents

Classes

Functions

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