This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients docs@python, guettli, xtreak
Date 2021-07-20.16:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626797403.59.0.402786269233.issue44684@roundup.psfhosted.org>
In-reply-to
Content
> 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"
History
Date User Action Args
2021-07-20 16:10:03xtreaksetrecipients: + xtreak, guettli, docs@python
2021-07-20 16:10:03xtreaksetmessageid: <1626797403.59.0.402786269233.issue44684@roundup.psfhosted.org>
2021-07-20 16:10:03xtreaklinkissue44684 messages
2021-07-20 16:10:03xtreakcreate