CaseInsensitiveEnum#

class caf.ntem.ntem_constants.CaseInsensitiveEnum(value)[source]#

Bases: str, Enum

Enum that allows for case insensitivity. All attribute values should be lowercase.

Methods