mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
getfullargspec() has other virtues, too
This commit is contained in:
parent
727c2c5d65
commit
3e8e9cc25d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue