Andreas Greulich 1
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
创建于 Typing hint for byte slices
Hi all, I'm not sure if this is a bug or if I'm missing something.... if I enter the code ```a = b'123' b = a[:2]``` And then hover over `b`, it returns `Union[int, bytes]` as type hint instead of ...