You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demonstrate issue for incremental checking of bad overload
Minimum reproduction of issue #11899. The second iteration of that
incremental test fails with:
b.py:3: error: INTERNAL ERROR -- Please try using mypy master on Github:
[ ... ]
Dropping into pdb
> mypy/messages.py(1951)pretty_callable()
-> definition_args = [arg.variable.name for arg in tp.definition.arguments]
(Pdb) p type(tp.definition)
<class 'mypy.nodes.FuncDef'>
(Pdb) p tp.definition.arguments
*** AttributeError: arguments
0 commit comments