|
|
__init__(self,
enabled=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fmt_result(self,
value)
Provide a standard fmt for the results. |
source code
|
|
|
|
fmt_done(self)
Provide a standard fmt for failure. |
source code
|
|
|
|
fmt_stream(self)
Provide a standard fmt for location. |
source code
|
|
|
|
|
|
|
|
|
|
fmt_final_result(self,
value)
Provide a standard fmt for the result. |
source code
|
|
|
|
_log_result(self,
value,
text)
Record a result. |
source code
|
|
|
|
|
|
|
|
|
|
switch(self,
increment)
Called by the Trace matcher to turn this on and off. |
source code
|
|
|
Inherited from monitor.ActiveMonitor:
pop,
push
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|