mirror of https://github.com/python/cpython
gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)
Automerge-Triggered-By: GH:AlexWaygood
This commit is contained in:
parent
e3c3f9fec0
commit
0db6f44259
|
@ -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|
|
||||
|
||||
|
|
Loading…
Reference in New Issue