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

Class WithProperties

source code

util.ComparableMixin --+
                       |
                      WithProperties

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

Instance Methods
 
__init__(self, fmtstring, *args) source code
 
render(self, pmap) source code

Inherited from util.ComparableMixin: __cmp__, __hash__, __providedBy__

Class Variables
  compare_attrs = ('fmtstring', 'args')

Inherited from util.ComparableMixin: __implemented__, __provides__