Replies: 1 comment
-
I don't think |
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
-
As mentioned in https://github.com/microsoft/pyright/blob/main/docs/type-concepts-advanced.md#type-guards type guards
in
andnot in
works for list, set, frozenset, deque, tuple, dict, defaultdict, and OrderedDict.Why is
Sequence
not supported ?Beta Was this translation helpful? Give feedback.
All reactions