Methods
|
|
_lookup
acquire
locate
parentRef
|
|
_lookup
|
_lookup (
self,
name,
acquire=0,
)
|
|
acquire
|
acquire ( self, name )
Look for an attribute or element by name in all of our parents
|
|
locate
|
locate ( self, name )
Get a reference to an object with the given name which is somewhere
on the path above us.
|
|
parentRef
|
parentRef ( self )
Return a reference to my parent.
|
|