Package gavo :: Package rscdef :: Module common :: Class ResdirRelativeAttribute
[frames] | no frames]

Class ResdirRelativeAttribute

source code

                    object --+                
                             |                
     base.attrdef.AttributeDef --+            
                                 |            
      base.attrdef.AtomicAttribute --+        
                                     |        
         base.attrdef.UnicodeAttribute --+    
                                         |    
base.attrdef.FunctionRelativePathAttribute --+
                                             |
                                            ResdirRelativeAttribute

is a path that is interpreted relative to the current RD's resdir.

The parent needs an RDAttribute.

Instance Methods
 
__init__(self, name, default=None, description='Undocumented', **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
getResdir(self, instance) source code

Inherited from base.attrdef.FunctionRelativePathAttribute: iterParentMethods, parse, unparse

Inherited from base.attrdef.UnicodeAttribute: feed

Inherited from base.attrdef.AtomicAttribute: feedObject, getCopy, makeUserDoc

Inherited from base.attrdef.AttributeDef: doCallbacks

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

Class Variables

Inherited from base.attrdef.UnicodeAttribute: typeDesc_

Properties

Inherited from object: __class__

Method Details

__init__(self, name, default=None, description='Undocumented', **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)