[issue22547] Implement an informative `BoundArguments.__repr__`

Terry J. Reedy report at bugs.python.org
Fri Oct 3 23:16:17 CEST 2014


Terry J. Reedy added the comment:

.arguments returns a mutable (ordered) dict that can be modified.  See the example in the doc
https://docs.python.org/3.4/library/inspect.html#inspect.BoundArguments

----------

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


More information about the Python-bugs-list mailing list