Skip to content

Commit

Permalink
Doc: Add builtin_function.__qualname__ attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
adorilson committed Dec 30, 2023
1 parent 6d3808a commit a1a8231
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,10 @@ Special read-only attributes
- The function's name.
See :attr:`function.__name__`.

* - .. attribute:: builtin_function.__qualname__
- The function's :term:`qualified name`.
See also: :attr:`__qualname__ attributes <definition.__qualname__>`.

* - .. attribute:: builtin_function.__self__
- It is set to ``None`` (but see :ref:`built-in methods <builtin-methods>`).

Expand Down

0 comments on commit a1a8231

Please sign in to comment.