Package gavo :: Package dm :: Module common :: Class ObjectAnnotation
[frames] | no frames]

Class ObjectAnnotation

source code

           object --+        
                    |        
       AnnotationBase --+    
                        |    
           object --+   |    
                    |   |    
    _WithMapCopyMixin --+    
                        |    
_AttributeGroupAnnotation --+
                            |
                           ObjectAnnotation

An annotation for an object.

Objects are used for actual DM instances. In particular, every annotation of a DaCHS table is rooted in an object.

Instance Methods

Inherited from _AttributeGroupAnnotation: __contains__, __getitem__, __init__, add, asSIL, copyEmpty, get, getVOT, iterChildRoles

Inherited from AnnotationBase: iterNodes

Inherited from _WithMapCopyMixin: copy, copyWithAnnotationMap

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

Properties

Inherited from object: __class__