| Trees | Indices | Help |
|
|---|
|
|
File: signal.py Author: Thiago Marcos P. Santos Created: August 28, 2008
Purpose: A signal/slot implementation Source: http://code.activestate.com/recipes/576477/
A Signal calls all the callbacks registered in its slots whenever it state changes.
|
|||
|
Signal A Signal is callable. |
|||
|
|||
__package__ =
|
|||
Imports: WeakValueDictionary
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 29 13:08:05 2009 | http://epydoc.sourceforge.net |