Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

> A call object is either a tuple of (positional args, keyword args) or (name, 
> positional args, keyword args) depending on how it was constructed

https://github.com/python/cpython/pull/11807 added support for args and kwargs 
from python 3.9. So I guess you want to do call_object.kwargs["foo"] == "bar"

----------
nosy: +xtreak

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

Reply via email to