Home | Trees | Indices | Help |
|
---|
|
threading.Event extension which provides an additional method setAtExit() which sets "atexit" to true.
This class was introduced in 4.2.1 to work around issue #3260 in which logging from background threads produced error messages.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
name = property(lambda self: self.__name)
|
|||
atexit = property(lambda self: self.__atexit)
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 12 17:55:06 2010 | http://epydoc.sourceforge.net |