:py:mod:`dissect.target.helpers.lazy` ===================================== .. py:module:: dissect.target.helpers.lazy Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.target.helpers.lazy.LazyImport dissect.target.helpers.lazy.FailedImport dissect.target.helpers.lazy.LazyAttr Functions ~~~~~~~~~ .. autoapisummary:: :nosignatures: dissect.target.helpers.lazy.import_lazy .. py:class:: LazyImport(module_name) .. py:method:: __getattr__(attr) .. py:method:: __repr__() Return repr(self). .. py:class:: FailedImport(exc, module) .. py:method:: __call__(*args, **kwargs) .. py:method:: __getattr__(attr) .. py:class:: LazyAttr(attr, module) .. py:property:: realattr .. py:property:: __doc__ .. py:method:: __call__(*args, **kwargs) .. py:method:: __getattr__(attr) .. py:method:: __repr__() Return repr(self). .. py:function:: import_lazy(module_name)