Kaydet (Commit) 4f54867e authored tarafından Dong-hee Na's avatar Dong-hee Na Kaydeden (comit) Yury Selivanov

bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)

üst 9e6685ea
...@@ -756,6 +756,8 @@ function. ...@@ -756,6 +756,8 @@ function.
Describes a enum value of Parameter.kind. Describes a enum value of Parameter.kind.
.. versionadded:: 3.8
Example: print all descriptions of arguments:: Example: print all descriptions of arguments::
>>> def foo(a, b, *, c, d=10): >>> def foo(a, b, *, c, d=10):
......
Add versionadded tag to the documentation of ParameterKind.description
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment