Home | Trees | Indices | Help |
|
---|
|
object --+ | Event
Create a new Event Object
Create a new Event Object populating it with the given list of arguments and keyword arguments.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Instance Variables | |
channel The channel this Event is bound for |
|
name The name of the Event |
|
target The target Component's channel this Event is bound for |
Properties | |
Inherited from |
Method Details |
x==y Tests the equality of Event self against Event y. Two Events are considered "equal" iif the name, channel and target are identical as well as their args and kwargs passed. |
x[y] Get and return data from the Event object requested by "x". If an int is passed to x, the requested argument from self.args is returned index by x. If a str is passed to x, the requested keyword argument from self.kwargs is returned keyed by x. Otherwise a TypeError is raised as nothing else is valid. |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
repr(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 8 23:51:18 2009 | http://epydoc.sourceforge.net |