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 Delgan
Recipients Delgan, docs@python, rhettinger
Date 2019-11-23.10:10:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574503840.71.0.483844675416.issue38900@roundup.psfhosted.org>
In-reply-to
Content
I agree, it's straightforward. I just thought it could be useful to have a proper definition in the official documentation.

For example, this question on StackOverflow actually received many views: https://stackoverflow.com/questions/111234/what-is-a-callable

What do you think is the best documentation entry I can link to while mentioning a "callable" type? Just the builtin "callable()"? The `collections.abc.Callable` is interesting but does not look very appropriate for basic functions.
History
Date User Action Args
2019-11-23 10:10:40Delgansetrecipients: + Delgan, rhettinger, docs@python
2019-11-23 10:10:40Delgansetmessageid: <1574503840.71.0.483844675416.issue38900@roundup.psfhosted.org>
2019-11-23 10:10:40Delganlinkissue38900 messages
2019-11-23 10:10:40Delgancreate