Package imaker :: Module ecore :: Class Reference
[hide private]
[frames] | no frames]

Class Reference

source code

object --+
         |
        Reference

Reference to real instance.

Instance Methods [hide private]
 
__init__(self, node, reference)
The constructor.
source code
 
__getattr__(self, name)
Delegate to the reference object.
source code
 
instance(self)
Retrieve the real object instance from the object hierarchy.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, node, reference)
(Constructor)

source code 
The constructor.
Overrides: object.__init__

__getattr__(self, name)
(Qualification operator)

source code 
Delegate to the reference object. So the reference object can behave the same way as the real object.