|
__init__(self,
xyz,
*args,
**kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
__getattr__(self,
method)
Provide transparent access to public methods |
source code
|
|
|
__getitem__(self,
obj)
Provide transparent access to public data |
source code
|
|
|
prepare(self,
*args,
**kwargs)
Plugin constructor |
source code
|
|
|
finalize(self,
*args,
**kwargs)
Plugin destructor |
source code
|
|
|
|
|
|
|
|
|
event_name(self,
short)
Return full event name |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|