New submission from assume_away: Many wrappers use the famous (*args, **kwargs) argspec, which is less than helpful for a function that uses some positional arguments and maybe a few keyword only arguments, ie (x, y, z=10). Other IDEs have the capability of showing the wrapped functions argspec in a calltip, so why shouldn't IDLE?
---------- assignee: terry.reedy components: IDLE files: calltips.py messages: 288580 nosy: assume_away, terry.reedy priority: normal severity: normal status: open title: IDLE - call tips show wrapper's argpsec instead of wrapped type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file46669/calltips.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29653> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com