mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Minor update of docs for inspect module.
This commit is contained in:
parent
4e48bf929b
commit
eed1808dec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue