Reference to another node in the same oops filesystem.
Methods
|
|
__get__
__set__
validate
|
|
__get__
|
__get__ (
self,
obj,
oftype=None,
)
Property value retrieval.
Overloaded to fetch the node using the stored path.
|
|
__set__
|
__set__ (
self,
obj,
value,
)
Property value assignment.
Overloaded to verify the node is in the same oops filesystem.
Stores the node's path.
Exceptions
|
|
RuntimeError( "value must be in the same node tree as parent " "node" )
|
|
|
validate
|
validate ( self, value )
Validate value.
raises ValueError if value is not an instance of a Node subclass.
|
|