Home
last modified time | relevance | path

Searched refs:from_builtin (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst735 inspect.Signature.from_builtin().
D3.7.2rc1.rst649 Document ``getargspec``, ``from_function`` and ``from_builtin`` as
/external/python/cpython3/Lib/
Dinspect.py2818 def from_builtin(cls, func): member in Signature
/external/python/cpython3/Doc/howto/
Dclinic.rst570 In case you're curious, this is implemented in ``from_builtin()``
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2321 The previously undocumented ``from_function`` and ``from_builtin`` methods of