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, **lambda_subs) source code
 
render(self, pmap) source code

Inherited from util.ComparableMixin: __cmp__, __hash__, __providedBy__, __provides__

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

Inherited from util.ComparableMixin: __implemented__