Package _Framework :: Module Util :: Class Bindable
[hide private]
[frames] | no frames]

Class Bindable

source code

object --+
         |
        Bindable
Known Subclasses:

Utility base class for general bindable function objects. Specializations should define the bind()

Instance Methods [hide private]
 
__get__(self, obj, cls=None) source code
 
bind(self, bind_to_object) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _bound_instances = None
Properties [hide private]

Inherited from object: __class__