class documentation

class User: (source)

View In Hierarchy

Hold information about and SMTP message recipient, including information on where the message came from

Method __init__ Undocumented
Instance Variable dest Undocumented
Instance Variable helo Undocumented
Instance Variable protocol Undocumented
Instance Variable orig Undocumented
Method __getstate__ Helper for pickle.
Method __str__ Undocumented
Method __bytes__ Undocumented
def __init__(self, destination, helo, protocol, orig): (source)

Undocumented

dest = (source)

Undocumented

helo = (source)

Undocumented

protocol = (source)

Undocumented

orig = (source)

Undocumented

def __getstate__(self): (source)

Helper for pickle.

protocol isn't picklabe, but we want User to be, so skip it in the pickle.

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.