[issue24190] BoundArguments facility to inject defaults

Antoine Pitrou report at bugs.python.org
Thu May 14 12:22:29 CEST 2015


Antoine Pitrou added the comment:

My example forgets the function declaration, which is:

>>> def f(a, b=5, *c, d=5): pass
...

----------

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


More information about the Python-bugs-list mailing list