Difference between operator and dunder call #10792
Unanswered
Robbe Pincket (Kroppeb)
asked this question in
Q&A
Replies: 1 comment
|
This behavior is expected. The Bidirectional type inference is required for precise evaluation of lambda expressions. |
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.
Given the following code, I'm a bit confused as to why there is a difference between using the operator
>>or using the function call__rshift__.Playground
All reactions