class documentation

class echo_property: (source)

View In Hierarchy

Undocumented

Method __get__ Undocumented
Method __set__ Undocumented
Class Variable __doc__ Undocumented
@overload
def __get__(self, instance: Literal[None], owner: Type[Identified]) -> echo_property:
@overload
def __get__(self, instance: Identified, owner: Type[Identified]) -> _EchoFlagType:
(source)

Undocumented

def __set__(self, instance: Identified, value: _EchoFlagType): (source)

Undocumented

Undocumented