Sherry0319
- 活动总数 3
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 1
-
Sherry0319 创建了一个帖子, 已回答PyCharm 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 ...