Show the signature of call for arguments with incompatible types … by MechanicalConstruct · Pull Request #18214 · python/mypy (original) (raw)
Diff from mypy_primer, showing the effect of this PR on open source code:
sphinx (https://github.com/sphinx-doc/sphinx)
- sphinx/application.py:1097:38: note: "RoleFunction.call" has type "Callable[[str, str, str, int, Inliner, DefaultArg(dict[str, Any] | None, 'options'), DefaultArg(Sequence[str], 'content')], tuple[list[Node], list[system_message]]]"
steam.py (https://github.com/Gobot1234/steam.py)
- steam/ext/commands/commands.py:916: note: "Check[bool | Coroutine[Any, Any, bool]].call" has type overloaded function