Home
last modified time | relevance | path

Searched refs:from_function (Results 1 – 6 of 6) sorted by relevance

/external/python/funcsigs/funcsigs/
D__init__.py94 return Signature.from_function(obj)
513 def from_function(cls, func): member in Signature
/external/python/funcsigs/tests/
Dtest_inspect.py148 inspect.Signature.from_function(42)
/external/python/cpython3/Misc/NEWS.d/
D3.5.0b1.rst734 Deprecate inspect.Signature.from_function() and
D3.7.2rc1.rst649 Document ``getargspec``, ``from_function`` and ``from_builtin`` as
/external/python/cpython3/Lib/
Dinspect.py2806 def from_function(cls, func): member in Signature
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2321 The previously undocumented ``from_function`` and ``from_builtin`` methods of