|
Debug Tools
|


Public Member Functions | |
| def | __init__ (self) |
| def | sleep (self, timeout=None) |
| def | blockOnSleepCall (self) |
| def | disableSleepCall (self) |
Definition at line 81 of file utilities.py.
| def sleep | ( | self, | |
timeout = None |
|||
| ) |
If blockOnSleepCall() was called before, this will sleep the current thread for ever if
not arguments are passed. Otherwise, it accepts a positive floating point number for
seconds in which this thread will sleep.
If disableSleepCall() is called before the timeout has passed, it will immediately get
out of sleep and this thread will wake up.
Definition at line 86 of file utilities.py.
References TeeNoFile.clear(), DynamicIterationDict.clear(), and Debugger.clear().
