Home | Trees | Indices | Help |
|
---|
|
object --+ | type --+ | DispatcherType
is a metaclass for dispatching of messages.
Basically, you define methods called notify<whatever> in your class. For each of them, a subscribe<whatever> method is added.
Then, when notify<whatever> is called, your defined method is called, and its result is then passed to all callbacks passed in through subscribe<whatever>.
Instance Methods | |||
the object's type |
|
||
Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |