mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Match protocol usage against definition to get correct substitutions (PY-13750)
This commit is contained in:
@@ -13,4 +13,4 @@ def test_numerics():
|
||||
divmod(False, False)
|
||||
divmod(<warning descr="Expected type '_N', got 'bytes' instead">b'foo'</warning>, <warning descr="Expected type '_N', got 'str' instead">'bar'</warning>)
|
||||
pow(False, True)
|
||||
round<warning descr="Unexpected type(s):(bool, str)Possible types:(SupportsRound, int)(float, int)">(False, 'foo')</warning>
|
||||
round<warning descr="Unexpected type(s):(bool, str)Possible types:(SupportsRound[int], int)(float, int)">(False, 'foo')</warning>
|
||||
|
||||
Reference in New Issue
Block a user