Package buildbot :: Package process :: Module factory :: Class Distutils
[frames] | no frames]

Class Distutils

source code

util.ComparableMixin --+    
                       |    
            BuildFactory --+
                           |
                          Distutils

Nested Classes

Inherited from BuildFactory: buildClass

Instance Methods
 
__init__(self, source, python='python', test=None) source code

Inherited from BuildFactory: addStep, addSteps, newBuild

Inherited from util.ComparableMixin: __cmp__, __hash__, __providedBy__

Class Variables

Inherited from BuildFactory: compare_attrs, useProgress, workdir

Inherited from util.ComparableMixin: __implemented__, __provides__

Method Details

__init__(self, source, python='python', test=None)
(Constructor)

source code 
Overrides: BuildFactory.__init__