DSMType¶
- class dsviper.DSMType¶
Bases:
objectA type as a parsed model declares it: the base of the declared type family.
Its subclasses are the parameterized declared types and DSMTypeReference, the leaf that carries a name. Reached from DSMStructureField.type(), DSMAttachment.document_type() and DSMFunctionPrototype.return_type().
Note: Not directly instantiable.