Package buildbot :: Package status :: Module progress :: Class Expectations
[frames] | no frames]

Class Expectations

source code

Instance Methods
 
__init__(self, buildprogress)
Create us from a successful build.
source code
 
wavg(self, old, current) source code
 
update(self, buildprogress) source code
 
expectedBuildTime(self) source code
Class Variables
  debug = False
  decay = 0.5
Method Details

__init__(self, buildprogress)
(Constructor)

source code 

Create us from a successful build. We will expect each step to take as long as it did in that build.