sashimi.events.Enum# class sashimi.events.Enum(value)[source]# Bases: object Generic enumeration. Derive from this class to define new enumerations. Attributes name# The name of the Enum member. value# The value of the Enum member.