nemo_microservices._utils._proxy#

Module Contents#

Classes#

LazyProxy

Implements data methods to pretend that an instance is another instance.

Data#

T

API#

class nemo_microservices._utils._proxy.LazyProxy#

Bases: typing.Generic[nemo_microservices._utils._proxy.T], abc.ABC

Implements data methods to pretend that an instance is another instance.

This includes forwarding attribute access and other methods.

nemo_microservices._utils._proxy.T#

‘TypeVar(…)’