Skip to content

Commit

Permalink
Doc: Add builtin_function.__text_signature__ attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
adorilson committed Dec 31, 2023
1 parent da72b09 commit 3051d0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,9 @@ Special read-only attributes
* - .. attribute:: builtin_function.__self__
- It is set to ``None`` (but see :ref:`built-in methods <builtin-methods>`).

* - .. attribute:: builtin_function.__text_signature__
- The function's signature as plain text, or ``None`` if unavailable.


.. _builtin-methods:

Expand Down

0 comments on commit 3051d0c

Please sign in to comment.