| Home | Trees | Index | Help |
|---|
| Package beepy :: Package core :: Module _util :: Class isMonitored |
|
object--+ |_Verbose--+ |Thread--+ |LoopingThread--+ | isMonitored
DataDequeuer,
DataEnqueuer| Method Summary | |
|---|---|
__init__(self,
monitorEvent,
name)
| |
clearError(self)
| |
getError(self)
| |
setError() sets my error condition to the exception that is passed in. | |
| Inherited from LoopingThread | |
| |
| |
| |
| |
| |
| Inherited from Thread | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| Inherited from _Verbose | |
| |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
| Inherited from type | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
| Class Variable Summary | |
|---|---|
| Inherited from Thread | |
bool |
_Thread__initialized = False
|
| Method Details |
|---|
setError(self, exc)setError() sets my error condition to the exception that is passed in. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 | http://epydoc.sf.net |