Package gavo :: Package svcs :: Module customcore :: Class ModuleAttribute
[frames] | no frames]

Class ModuleAttribute

source code

               object --+            
                        |            
base.attrdef.AttributeDef --+        
                            |        
 base.attrdef.AtomicAttribute --+    
                                |    
    base.attrdef.UnicodeAttribute --+
                                    |
                                   ModuleAttribute

Instance Methods
 
feed(self, ctx, instance, modName) source code

Inherited from base.attrdef.UnicodeAttribute: __init__, parse, unparse

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

Inherited from base.attrdef.AttributeDef: doCallbacks, iterParentMethods

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

Class Variables
  typeDesc = 'resdir-relative path to a module; no extension is ...

Inherited from base.attrdef.UnicodeAttribute: typeDesc_

Properties

Inherited from object: __class__

Method Details

feed(self, ctx, instance, modName)

source code 
Overrides: base.attrdef.AttributeDef.feed

Class Variable Details

typeDesc

Value:
'resdir-relative path to a module; no extension is allowed'