KeywordType

class Cauldron.types.KeywordType[source] [edit on github]

Bases: object

A base class for all subclasses of KTL Keyword which implement a type specialization.

The name of each type specialization is available as the KTL_TYPE class attribute.

Attributes Summary

KTL_ALIASES A list of additional KTL-API type names that can be used with this class.
KTL_TYPE The 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.