| Trees | Indices | Help |
|
|---|
|
|
A Bindable instance can have its attributes replicated into ones of other objects. All modifications to the attributes are directly reflected.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Bind a local
|
Remove the binding of If you want to unbind the whole destination_object you should use the unbind_object method instead.
|
x.__setattr__('name', value) <==> x.name = value
|
x.__delattr__('name') <==> del x.name
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 1 10:54:34 2009 | http://epydoc.sourceforge.net |