class documentation

class LogComposedObject:

Constructor: LogComposedObject(state)

View In Hierarchy

A regular object, with a logger attached.

Method __init__ Undocumented
Method __str__ Undocumented
Class Variable log Undocumented
Instance Variable state Undocumented
def __init__(self, state: str | None = None):

Undocumented

def __str__(self) -> str:

Undocumented

log =

Undocumented

state =

Undocumented