Uh oh!
There was an error while loading. Please reload this page.
Check Enum definition for invalid base classes - #12026
Conversation
97littleleaf11
commented
Jan 20, 2022
Something off-topic: the |
sobolevn
commented
Jan 20, 2022
There are quite a lot of stateless methods that we can extract like new |
JukkaL
left a comment
There was a problem hiding this comment.
Thanks, looks good! Sorry for the slow response, I'm slowly getting back to mypy code reviews.
JukkaL
commented
Feb 22, 2022
We can split The key would be to identify groups of related functionality that make sense to be moved away to a new module. Just moving random bits and pieces to another module doesn't improve the situation much. The |
Checks in Python's source:
Enumbase: https://github.com/python/cpython/blob/d05a66339b5e07d72d96e4c30a34cc3821bb61a2/Lib/enum.py#L971-L974Closes#11948