mirror of https://github.com/flaggo/pydu.git
fix doc display wrong
This commit is contained in:
parent
6533079157
commit
7b3bdd5664
|
@ -2,6 +2,7 @@ Inspect
|
|||
-------
|
||||
|
||||
.. py:function:: pydu.inspect.getargspec(func)
|
||||
|
||||
Get the names and default values of a function's arguments.
|
||||
|
||||
A tuple of four things is returned: (args, varargs, varkw, defaults).
|
||||
|
|
Loading…
Reference in New Issue