Evaluate IntEnum
to support bitwise flags
#9331
winstxnhdw
started this conversation in
Ideas
Replies: 1 comment
-
This would require some pretty ugly special-case code in the type checker. It's technically possible, but I'm not inclined to add it unless there's stronger signal from other pyright users that this is an important use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since enums are immutable, I wonder if this will ever be possible?
Beta Was this translation helpful? Give feedback.
All reactions