Sherry0319
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Sherry0319 created a post, AnsweredPyCharm 2022 treat IntEnum.value as a function instead a int, which resulted in a false warnings
The Code is like: class EnumClass(IntEnum): Member1 = 1 Member2 = 2# The code below works well in Python, and previous versions of PyCharm also didn't treat it as a warning.# But in PyCharm ...