[issue21269] Provide args and kwargs attributes on mock call objects

Karthikeyan Singaravelan report at bugs.python.org
Sun Feb 10 11:28:49 EST 2019


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

This feels safer to me with respect to backwards compatibility and also that it might be easier to backport this to mock on GitHub which works with Python 2.7. I have less knowledge on difference between tuple and namedtuple internals so I might be wrong here.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue21269>
_______________________________________


More information about the Python-bugs-list mailing list