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_DISPATCHERFlag describing whether this is a dispatcher or client keyword. KTL_REGISTEREDFlag which determines if this subclass is a KTL-registered subclass. 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_DISPATCHER= None¶ Flag describing whether this is a dispatcher or client keyword.
-
KTL_REGISTERED= False¶ Flag which determines if this subclass is a KTL-registered subclass.
-
KTL_TYPE= None¶ The KTL-API type name corresponding to this class.
-