[issue22547] Implement an informative `BoundArguments.__repr__`

Yury Selivanov report at bugs.python.org
Fri Oct 3 18:44:41 CEST 2014


Yury Selivanov added the comment:

Yes and no ;)

You can have partially bound args, you can bind just one argument and use defaults for the rest, etc. I agree that it's not an ideal solution, but it is a sane compromise.

----------

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


More information about the Python-bugs-list mailing list