Home
last modified time | relevance | path

Searched refs:getfullargspec (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Misc/NEWS.d/
D3.6.0rc1.rst61 ``inspect.getfullargspec()`` has been reversed. This decision may be
D3.6.3rc1.rst936 IDLE: Calltips use `inspect.signature` instead of `inspect.getfullargspec`.
D3.7.0a1.rst3853 ``inspect.getfullargspec()`` has been reversed. This decision may be
5822 IDLE: Calltips use `inspect.signature` instead of `inspect.getfullargspec`.
/third_party/python/Doc/library/
Dpydoc.rst105 :func:`inspect.getfullargspec` to extract signature information from
Dinspect.rst945 Use :func:`getfullargspec` for an updated API that is usually a drop-in
954 .. function:: getfullargspec(func)
1017 :func:`getfullargspec`.
1028 >>> from inspect import formatargspec, getfullargspec
1032 >>> formatargspec(*getfullargspec(f))
/third_party/python/Lib/test/
Dtest_inspect.py875 inspect.getfullargspec(routine)
986 spec = inspect.getfullargspec(test)
990 spec = inspect.getfullargspec(test)
1015 spec = inspect.getfullargspec(builtin)
1025 inspect.getfullargspec(builtin)
1029 signature = inspect.getfullargspec(fn)
1034 signature = inspect.getfullargspec(unsorted_keyword_only_parameters_fn)
/third_party/python/Lib/
Dinspect.py1243 getfullargspec(func)
1252 def getfullargspec(func): function
1498 spec = getfullargspec(func)
/third_party/python/Doc/whatsnew/
D3.4.rst1042 :func:`~inspect.getfullargspec` and :func:`~inspect.getargspec`
2329 * :func:`inspect.getfullargspec` has been reimplemented on top of
2334 :func:`inspect.getfullargspec` will fail on non-Python callables may need
D3.5.rst2329 The :mod:`inspect` :func:`~inspect.getfullargspec`,
D3.6.rst1228 :func:`inspect.getfullargspec` has been reversed. While this function is
/third_party/python/Lib/idlelib/
DNEWS.txt638 inspect.getfullargspec, like help() does. This improves the signature
/third_party/python/Misc/
DHISTORY2296 - Issue #20684: Fix inspect.getfullargspec() to not to follow __wrapped__
2504 - Issue #17481: inspect.getfullargspec() now uses inspect.signature() API.
16116 - Issue #4307: The named tuple that ``inspect.getfullargspec()`` returns now