Kaydet (Commit) eed1808d authored tarafından Andrew Svetlov's avatar Andrew Svetlov

Minor update of docs for inspect module.

üst 4e48bf92
......@@ -563,7 +563,7 @@ function.
| | 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):
... pass
......
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