We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4a709 commit 1ef6e45Copy full SHA for 1ef6e45
Doc/library/inspect.rst
@@ -780,8 +780,9 @@ function.
780
781
.. attribute:: Parameter.kind
782
783
- Describes how argument values are bound to the parameter. Possible values
784
- (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``),
785
+ and support comparison and ordering, in the following order:
786
787
.. tabularcolumns:: |l|L|
788
0 commit comments