nemo_microservices._utils._proxy#
Module Contents#
Classes#
Implements data methods to pretend that an instance is another instance. |
Data#
API#
- class nemo_microservices._utils._proxy.LazyProxy#
Bases:
typing.Generic[nemo_microservices._utils._proxy.T],abc.ABCImplements data methods to pretend that an instance is another instance.
This includes forwarding attribute access and other methods.
- nemo_microservices._utils._proxy.T#
‘TypeVar(…)’