mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)
This commit is contained in:
parent
9e6685ea7b
commit
4f54867e29
2 changed files with 3 additions and 0 deletions
|
@ -756,6 +756,8 @@ function.
|
|||
|
||||
Describes a enum value of Parameter.kind.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
|
||||
Example: print all descriptions of arguments::
|
||||
|
||||
>>> def foo(a, b, *, c, d=10):
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add versionadded tag to the documentation of ParameterKind.description
|
Loading…
Add table
Add a link
Reference in a new issue