Home
last modified time | relevance | path

Searched refs:getargspec (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Doc/library/
Dinspect.rst934 .. function:: getargspec(func)
994 :func:`getargspec` API.
/third_party/python/Lib/
Dinspect.py1219 def getargspec(func): function
/third_party/python/Lib/test/
Dtest_inspect.py859 args, varargs, varkw, defaults = inspect.getargspec(routine)
/third_party/python/Doc/whatsnew/
D3.5.rst2326 The :func:`inspect.getargspec` function is deprecated and scheduled to be
D3.6.rst1227 :func:`inspect.getargspec` API, the previously documented deprecation of
D3.4.rst1042 :func:`~inspect.getfullargspec` and :func:`~inspect.getargspec`
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst6439 Document ``getargspec``, ``from_function`` and ``from_builtin`` as