|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
load_view_properties(self,
view_properties) |
source code
|
|
|
save_view_properties(self,
view_properties) |
source code
|
|
|
|
|
|
|
place_event_after_event(self,
event_to_place,
target_event) |
source code
|
|
|
place_event_before_event(self,
event_to_place,
target_event) |
source code
|
|
|
|
Inherited from observer.Observable :
register ,
unregister
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|