Package buildbot :: Package status :: Module mail :: Class Domain
[frames] | no frames]

Class Domain

source code

util.ComparableMixin --+
                       |
                      Domain

Instance Methods
 
__init__(self, domain) source code
 
getAddress(self, name)
If name is already an email address, pass it through.
source code
 
__provides__(...)
Special descriptor for class __provides__

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables
  compare_attrs = ['domain']
  __implemented__ = <implementedBy buildbot.status.mail.Domain>
Method Details

__provides__(...)

 

Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.