Skip to content

Commit

Permalink
class prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Apr 18, 2024
1 parent 27994ff commit a4c1fd0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,6 @@ Most of these attributes check the type of the assigned value:
- A :class:`dictionary <dict>` containing defaults for keyword-only
:term:`parameters <parameter>`.

* - .. attribute:: function.__type_params__
- A :class:`tuple` containing the :ref:`type parameters <type-params>` of
a :ref:`generic function <generic-functions>`.

.. versionadded:: 3.12

* - .. attribute:: function.__static_attributes__
- A :class:`tuple` containing names of attributes of this class which
are accessed through ``self.X`` from any function in its body.
Expand Down Expand Up @@ -1007,7 +1001,7 @@ Special attributes:
A tuple containing the :ref:`type parameters <type-params>` of
a :ref:`generic class <generic-classes>`.

:attr:`__static_attributes__`
:attr:`~class.__static_attributes__`
A tuple containing names of attributes of this class which are accessed
through ``self.X`` from any function in its body.

Expand Down

0 comments on commit a4c1fd0

Please sign in to comment.