Yury Selivanov added the comment:

Actually, I like the current repr (minus the object ID, I'll update the code).

The thing about BoundArguments is that '.arguments' is the main property. You 
use it to add more stuff to *args & **kwargs, or to add/remove 
positional/keyword arguments.  Seeing a flattened call signature in the repr 
won't help you with debugging.

Perhaps, we can implement __str__ using your approach.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22547>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to