]> granicus.if.org Git - python/commit
Clarify the inspect.getmembers predicate parameter (#6615)
authorBrian Curtin <brian@python.org>
Thu, 26 Apr 2018 23:48:26 +0000 (19:48 -0400)
committerGitHub <noreply@github.com>
Thu, 26 Apr 2018 23:48:26 +0000 (19:48 -0400)
commitdf826f36e081211ef645a9025b60c4d84abb5419
tree73034e5b2cad0c06c98e902328ff8105ef9b7e07
parent0250de48199552cdaed5a4fe44b3f9cdb5325363
Clarify the inspect.getmembers predicate parameter (#6615)

Previously, the predicate parameter was mentioned, but what it was to be
called with was not documented and required either trial-and-error or
looking into the source to find that it is called with the `value`, or
second item, of the full members list. This change addresses what the
predicate will receive, as well as does some light formatting to make
this clear.
Doc/library/inspect.rst