8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4a709 commit 0ca662eCopy full SHA for 0ca662e
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