t.m.m.DomainWithDefaultDict : class documentation

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

Simulate a dictionary with a default value for non-existing keys.
Method __init__ Undocumented
Method setDefaultDomain Undocumented
Method has_key Undocumented
Class Method fromkeys Undocumented
Method __contains__ Undocumented
Method __getitem__ Undocumented
Method __setitem__ Undocumented
Method __delitem__ Undocumented
Method __iter__ Undocumented
Method __len__ Undocumented
Method __str__ Return a string describing the underlying domain mapping of this object.
Method __repr__ Return a pseudo-executable string describing the underlying domain mapping of this object.
Method get Undocumented
Method copy Undocumented
Method iteritems Undocumented
Method iterkeys Undocumented
Method itervalues Undocumented
Method keys Undocumented
Method values Undocumented
Method items Undocumented
Method popitem Undocumented
Method update Undocumented
Method clear Undocumented
Method setdefault Undocumented
def __init__(self, domains, default): (source)
Undocumented
def setDefaultDomain(self, domain): (source)
Undocumented
def has_key(self, name): (source)
Undocumented
@classmethod
def fromkeys(klass, keys, value=None): (source)
Undocumented
def __contains__(self, name): (source)
Undocumented
def __getitem__(self, name): (source)
Undocumented
def __setitem__(self, name, value): (source)
Undocumented
def __delitem__(self, name): (source)
Undocumented
def __iter__(self): (source)
Undocumented
def __len__(self): (source)
Undocumented
def __str__(self): (source)
Return a string describing the underlying domain mapping of this object.
def __repr__(self): (source)
Return a pseudo-executable string describing the underlying domain mapping of this object.
def get(self, key, default=None): (source)
Undocumented
def copy(self): (source)
Undocumented
def iteritems(self): (source)
Undocumented
def iterkeys(self): (source)
Undocumented
def itervalues(self): (source)
Undocumented
def keys(self): (source)
Undocumented
def values(self): (source)
Undocumented
def items(self): (source)
Undocumented
def popitem(self): (source)
Undocumented
def update(self, other): (source)
Undocumented
def clear(self): (source)
Undocumented
def setdefault(self, key, default): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.