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.

classification
Title: Clarify the predicate parameter of inspect.getmembers
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: brian.curtin Nosy List: brian.curtin
Priority: normal Keywords: patch

Created on 2018-04-26 23:37 by brian.curtin, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6615 merged brian.curtin, 2018-04-26 23:42
Messages (1)
msg315824 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2018-04-26 23:37
It would be helpful to clarify what the *predicate* callable will be called with. I had to look into the source in order to figure out what it was going to receive.
History
Date User Action Args
2022-04-11 14:58:59adminsetgithub: 77552
2018-04-26 23:49:19brian.curtinsetstatus: open -> closed
stage: patch review -> resolved
2018-04-26 23:42:06brian.curtinsetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request6311
2018-04-26 23:37:00brian.curtincreate