class documentation

class StringifiableFromEvent:

Constructor: StringifiableFromEvent(event)

View In Hierarchy

An object that implements __str__() in order to defer the work of formatting until it's converted into a str.

Method __bytes__ Undocumented
Method __init__ No summary
Method __str__ Undocumented
Instance Variable event Undocumented
def __bytes__(self) -> bytes:

Undocumented

def __init__(self, event: LogEvent):
Parameters
event:LogEventAn event.
def __str__(self) -> str:

Undocumented

event =

Undocumented