Guido van Rossum <[email protected]> added the comment:
Maybe it could return (Ellipsis, Any) in that case. The most general form of Callable is Callable[..., Any] and that's that get_args() returns for that. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40398> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
