mirror of
https://github.com/python/cpython.git
synced 2025-09-23 08:53:45 +00:00
inspect.doc: Soften the note about inspect.signature not supporting
all builtin functions.
This commit is contained in:
parent
783568980a
commit
d71e52fc33
1 changed files with 2 additions and 2 deletions
|
@ -440,8 +440,8 @@ function.
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Some callables may not be introspectable in certain implementations of
|
Some callables may not be introspectable in certain implementations of
|
||||||
Python. For example, in CPython, built-in functions defined in C provide
|
Python. For example, in CPython, some built-in functions defined in
|
||||||
no metadata about their arguments.
|
C provide no metadata about their arguments.
|
||||||
|
|
||||||
|
|
||||||
.. class:: Signature(parameters=None, \*, return_annotation=Signature.empty)
|
.. class:: Signature(parameters=None, \*, return_annotation=Signature.empty)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue