Package ganeti :: Package tools :: Module burnin :: Class FeedbackAccumulator
[hide private]
[frames] | no frames]

Class FeedbackAccumulator

source code


Feedback accumulator class.

Instance Methods [hide private]
 
ClearFeedbackBuf(self)
Clear the feedback buffer.
source code
 
GetFeedbackBuf(self)
Return the contents of the buffer.
source code
 
Feedback(self, msg)
Acumulate feedback in our buffer.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _feed_buf = StringIO()
  opts = None
hash(x)
Properties [hide private]

Inherited from object: __class__