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.
Parameter.kind
1 parent b866a1c commit 799d39fCopy full SHA for 799d39f
Lib/inspect.py
@@ -2683,7 +2683,7 @@ class Parameter:
2683
The annotation for the parameter if specified. If the
2684
parameter has no annotation, this attribute is set to
2685
`Parameter.empty`.
2686
- * kind : str
+ * kind : int
2687
Describes how argument values are bound to the parameter.
2688
Possible values: `Parameter.POSITIONAL_ONLY`,
2689
`Parameter.POSITIONAL_OR_KEYWORD`, `Parameter.VAR_POSITIONAL`,
0 commit comments