TypeConcept¶
- class dsviper.TypeConcept¶
Bases:
objectA class used to represent a concept type.
Note: Not directly instantiable.
- static cast(type: Type) TypeConcept¶
Return a concept or raise.
- documentation() str¶
Return the documentation.
- is_member(type_concept: TypeConcept) bool¶
Return True if type_concept is related.
- parent() TypeConcept | None¶
Return the parent concept or None.
- type_code() str¶
Return the type code.