Thanks to visit codestin.com Credit goes to github.com
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 e3c3f9f commit 0db6f44Copy full SHA for 0db6f44
1 file changed
Doc/library/inspect.rst
@@ -802,8 +802,9 @@ function.
802
803
.. attribute:: Parameter.kind
804
805
- Describes how argument values are bound to the parameter. Possible values
806
- (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``),
807
+ and support comparison and ordering, in the following order:
808
809
.. tabularcolumns:: |l|L|
810
0 commit comments