Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/inspect.rst
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
  • Loading branch information
erlend-aasland and JelleZijlstra authored Feb 28, 2024
commit 15a5e30141b536621a9f5b0d1a4215fb9636ba4e
2 changes: 1 addition & 1 deletion Doc/library/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function.

.. note::
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated

We may use the :attr:`!__signature__` attribute to create the signature.
If the passed object has a :attr:`!__signature__` attribute, we may use it to create the signature.
The exact semantics are an implementation detail and are subject to
unannounced changes. Consult the source code for current semantics.

Expand Down