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 christian.heimes
Recipients christian.heimes, grooverdan, pitrou
Date 2021-10-21.22:22:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634854949.57.0.817589606815.issue17181@roundup.psfhosted.org>
In-reply-to
Content
As Antoine said, you can use a partial function, closure, or an instance method as a callable.

Besides nobody else has requested an additional argument in the past eight years. I see this as a strong indication that an argument is not required.
History
Date User Action Args
2021-10-21 22:22:29christian.heimessetrecipients: + christian.heimes, pitrou, grooverdan
2021-10-21 22:22:29christian.heimessetmessageid: <1634854949.57.0.817589606815.issue17181@roundup.psfhosted.org>
2021-10-21 22:22:29christian.heimeslinkissue17181 messages
2021-10-21 22:22:29christian.heimescreate