t.m.t.AliasUpdater : class documentation

Part of twisted.mail.tap View Source View In Hierarchy

A callable object which updates the aliases for a domain from an aliases(5) file.
Instance Variable domains See __init__.
Instance Variable domain See __init__.
Method __init__
Method __call__ Update the aliases for a domain from an aliases(5) file.
domains =
See __init__.
domain =
See __init__.
def __init__(self, domains, domain): (source)
ParametersdomainsA mapping of domain name to domain object (type: dict mapping bytes to IDomain provider)
domainThe domain to update. (type: IAliasableDomain provider)
def __call__(self, new): (source)
Update the aliases for a domain from an aliases(5) file.
ParametersnewThe name of an aliases(5) file. (type: bytes)
API Documentation for Twisted, generated by pydoctor at 2014-09-17 19:15:55.