Class t.m.a.AliasGroup(AliasBase):

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

Implements interfaces: twisted.mail.alias.IAlias
An alias which points to more than one recipient
Method __init__ Undocumented
Method __len__ Undocumented
Method __str__ Undocumented
Method createMessageReceiver Undocumented
Method resolve Undocumented

Inherited from AliasBase:

Method domain Undocumented
def __init__(self, items, *args): (source)
Undocumented
def __len__(self): (source)
Undocumented
def __str__(self): (source)
Undocumented
def createMessageReceiver(self): (source)
Undocumented
def resolve(self, aliasmap, memo=None): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.