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 |
Class Variables | |
target = None
|
Instance Variables | |
channel = None The channel this Event is bound for |
|
name The name of the Event |
Properties | |
Inherited from |
Method Details |
x==other 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)
|
Instance Variable Details |
nameThe name of the Event
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 4 00:24:46 2010 | http://epydoc.sourceforge.net |