getfullargspec() has other virtues, too
This commit is contained in:
parent
727c2c5d65
commit
3e8e9cc25d
|
@ -394,7 +394,7 @@ Classes and functions
|
|||
|
||||
.. deprecated:: 3.0
|
||||
Use :func:`getfullargspec` instead, which provides information about
|
||||
keyword-only arguments.
|
||||
keyword-only arguments and annotations.
|
||||
|
||||
|
||||
.. function:: getfullargspec(func)
|
||||
|
|
Loading…
Reference in New Issue