We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba52ec commit ca1cc14Copy full SHA for ca1cc14
Doc/library/inspect.rst
@@ -753,8 +753,9 @@ function.
753
754
.. attribute:: Parameter.kind
755
756
- Describes how argument values are bound to the parameter. Possible values
757
- (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``),
758
+ and support comparison and ordering, in the following order:
759
760
.. tabularcolumns:: |l|L|
761
0 commit comments