DSMType

class dsviper.DSMType

Bases: object

A 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.