diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index da6e91f457b8fc..5ed3dd9d8ae4fe 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -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 `. + * - .. attribute:: builtin_function.__self__ - It is set to ``None`` (but see :ref:`built-in methods `).