mirror of https://github.com/python/cpython
Minor update of docs for inspect module.
This commit is contained in:
parent
4e48bf929b
commit
eed1808dec
|
@ -563,7 +563,7 @@ function.
|
||||||
| | definition. |
|
| | definition. |
|
||||||
+------------------------+----------------------------------------------+
|
+------------------------+----------------------------------------------+
|
||||||
|
|
||||||
Print all keyword-only arguments without default values::
|
Example: print all keyword-only arguments without default values::
|
||||||
|
|
||||||
>>> def foo(a, b, *, c, d=10):
|
>>> def foo(a, b, *, c, d=10):
|
||||||
... pass
|
... pass
|
||||||
|
|
Loading…
Reference in New Issue