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

Class DatatypeAnnotation

source code

           object --+        
                    |        
       AnnotationBase --+    
                        |    
           object --+   |    
                    |   |    
    _WithMapCopyMixin --+    
                        |    
_AttributeGroupAnnotation --+
                            |
                           DatatypeAnnotation

An annotation for a datatype.

Datatypes are essentially simple groups of attributes; they are used *within* objects (e.g., to group photometry points, or positions, or the like.

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__