Andreas Greulich 1
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Andreas Greulich 1 created a post, 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 ...