class documentation

class StringifiableFromEvent: (source)

View In Hierarchy

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

Method __init__
Instance Variable event Undocumented
Method __str__ Undocumented
Method __bytes__ Undocumented
def __init__(self, event): (source)
ParameterseventAn event. (type: LogEvent)
event = (source)

Undocumented

def __str__(self): (source)

Undocumented

ReturnsUndocumented (type: str)
def __bytes__(self): (source)

Undocumented

ReturnsUndocumented (type: bytes)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.