StrEnum
src.utils.strings.StrEnum
Bases: str, Enum
Enum where the value is always a string.
Source code in src\utils\strings.py
53 54 55 56 57 58 59 60 61 62 63 64 65 | |
src.utils.strings.StrEnum Bases: str, Enum
Enum where the value is always a string.
src\utils\strings.py53 54 55 56 57 58 59 60 61 62 63 64 65 | |