Package gavo :: Package rscdef :: Module column :: Class TableManagedAttribute
[frames] | no frames]

Class TableManagedAttribute

source code

               object --+    
                        |    
base.attrdef.AttributeDef --+
                            |
                           TableManagedAttribute

An attribute not settable from XML for holding information managed by the parent table.

That's stc and stcUtype here, currently.

Do not use this in new code. This should to when the stc element can safely be replaced by gavo-dm-based stuff (here: DmRoles).

Instance Methods
 
feed(self, ctx, instance, value) source code
 
feedObject(self, instance, value) source code
 
iterEvents(self, instance) source code
 
getCopy(self, instance, newParent, ctx) source code

Inherited from base.attrdef.AttributeDef: __init__, doCallbacks, iterParentMethods, makeUserDoc

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

Class Variables
  typeDesc_ = 'non-settable internally used value'
Properties

Inherited from object: __class__

Method Details

feed(self, ctx, instance, value)

source code 
Overrides: base.attrdef.AttributeDef.feed

feedObject(self, instance, value)

source code 
Overrides: base.attrdef.AttributeDef.feedObject

getCopy(self, instance, newParent, ctx)

source code 
Overrides: base.attrdef.AttributeDef.getCopy