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

Method __init__
Method __unicode__ Undocumented
Method __bytes__ Undocumented
def __init__(self, event):
ParameterseventAn event. (type: dict)
def __unicode__(self):
Undocumented
def __bytes__(self):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.