KeywordType¶
-
class
Cauldron.types.KeywordType[source] [edit on github]¶ Bases:
objectA base class for all subclasses of KTL Keyword which implement a type specialization.
The name of each type specialization is available as the
KTL_TYPEclass attribute.Attributes Summary
KTL_ALIASESA list of additional KTL-API type names that can be used with this class. KTL_TYPEThe KTL-API type name corresponding to this class. Attributes Documentation
-
KTL_ALIASES= ()¶ A list of additional KTL-API type names that can be used with this class.
-
KTL_TYPE= None¶ The KTL-API type name corresponding to this class.
-