gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)

(cherry picked from commit 0db6f44259)

Co-authored-by: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com>
Automerge-Triggered-By: GH:AlexWaygood
This commit is contained in:
Miss Islington (bot) 2023-02-27 07:21:27 -08:00 committed by GitHub
parent bd4a709038
commit 1ef6e45f96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -780,8 +780,9 @@ function.
.. attribute:: Parameter.kind
Describes how argument values are bound to the parameter. Possible values
(accessible via :class:`Parameter`, like ``Parameter.KEYWORD_ONLY``):
Describes how argument values are bound to the parameter. The possible
values are accessible via :class:`Parameter` (like ``Parameter.KEYWORD_ONLY``),
and support comparison and ordering, in the following order:
.. tabularcolumns:: |l|L|