Table of Contents

Class: Link oops/core.py

Reference to another node in the same oops filesystem.

Base Classes   
Unit
    object
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.

Exceptions   
ValueError( "value must be a node" )

Table of Contents

This document was automatically generated on Mon Feb 18 01:32:24 2002 by HappyDoc version 2.0.1