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

Automerge-Triggered-By: GH:AlexWaygood
This commit is contained in:
Gouvernathor 2023-02-27 16:13:18 +01:00 committed by GitHub
parent e3c3f9fec0
commit 0db6f44259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -802,8 +802,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|