[issue21684] inspect.signature bind doesn't include defaults or empty tuple/dicts

Ryan McCampbell report at bugs.python.org
Sat Jun 21 22:14:52 CEST 2014


Ryan McCampbell added the comment:

Copying defaults still doesn't give you var positional/keyword arguments, which means, you have to explicitly check the parameter type, and then add them in. I still think it would more useful to have an "official" way of getting all function parameters from arguments.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21684>
_______________________________________


More information about the Python-bugs-list mailing list