Skip to content

Commit 251398b

Browse files
committed
remove wrong one
1 parent a4c1fd0 commit 251398b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Doc/reference/datamodel.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,6 @@ Most of these attributes check the type of the assigned value:
627627
- A :class:`dictionary <dict>` containing defaults for keyword-only
628628
:term:`parameters <parameter>`.
629629

630-
* - .. attribute:: function.__static_attributes__
631-
- A :class:`tuple` containing names of attributes of this class which
632-
are accessed through ``self.X`` from any function in its body.
633-
634-
.. versionadded:: 3.13
635-
636630
Function objects also support getting and setting arbitrary attributes, which
637631
can be used, for example, to attach metadata to functions. Regular attribute
638632
dot-notation is used to get and set such attributes.

0 commit comments

Comments
 (0)