We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
inspect.Signature.from_builtin
1 parent ad3c99e commit 3ccc98fCopy full SHA for 3ccc98f
Misc/NEWS.d/3.11.0a2.rst
@@ -618,7 +618,7 @@ Removed from the :mod:`inspect` module:
618
use the :func:`inspect.signature` function and :class:`Signature` object
619
directly.
620
621
-* the undocumented ``Signature.from_callable`` and ``Signature.from_function``
+* the undocumented ``Signature.from_builtin`` and ``Signature.from_function``
622
functions, deprecated since Python 3.5; use the
623
:meth:`Signature.from_callable() <inspect.Signature.from_callable>` method
624
instead.
0 commit comments