-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Milestone
Description
Lines 78 to 83 in 630116c
| class StringEnum(str, Enum): | |
| """Base :class:`enum.Enum` class for string enums that will serialize as the string | |
| value.""" | |
| def __repr__(self) -> str: | |
| return str(self.value) |
Is it intentional to return str(self.value) instead of repr(self.value) here?
ircwaves
Metadata
Metadata
Assignees
Labels
No labels