Package buildbot :: Package process :: Module properties :: Class Interpolate
[frames] | no frames]

Class Interpolate

source code

util.ComparableMixin --+
                       |
                      Interpolate

This is a marker class, used fairly widely to indicate that we want to interpolate build properties.

Instance Methods
 
__init__(self, fmtstring, *args, **kwargs) source code
 
getRenderingFor(self, props) source code
 
__provides__(...)
Special descriptor for class __provides__

Inherited from util.ComparableMixin: __cmp__, __hash__

Class Variables
  compare_attrs = ('fmtstring', 'args', 'kwargs')
  identifier_re = re.compile(r'^[\w-]*$')
  __implemented__ = <implementedBy buildbot.process.properties.I...
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.


Class Variable Details

__implemented__

Value:
<implementedBy buildbot.process.properties.Interpolate>