runtimepy
.
mixins
.enum
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/mixins/enum.py
A module implementing a class mixin for classes that have an optional
enum-registry key.
Classes
builtins.object
EnumMixin
class
EnumMixin
(
builtins.object
)
A class for working with an underlying enum attribute.
Readonly properties defined here:
enum
Get the enum-registry key for this channel.
is_enum
Determine if this channel has an associated enumeration.
Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object
Data and other attributes defined here:
__annotations__
= {'_enum': typing.Union[str, int, NoneType]}