Package elisa :: Package core :: Package utils :: Module bindable

Module bindable

source code

Classes
  NotBoundError
Raised when you try to unbind something that is not bound.
  NotBindable
Raised when someone tries to bind to a private attribute (beginning with an underscore)
  Bindable
A Bindable instance can have its attributes replicated into ones of other objects.
Functions
 
get_sub_obj(obj, attribute) source code

Imports: weakref, Loggable