Replies: 1 comment
|
This seems related to #2227 I do agree that the current behavior described in your example is undesirable |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In the following code, I'm surprised that
kindends up with the typeAny.Is this style of preceding type annotation for a local variable weaker than I thought?
(the
matchmethod has return typetuple[Any, Mapping[str, Any]])All reactions