We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c1fd0 commit 251398bCopy full SHA for 251398b
Doc/reference/datamodel.rst
@@ -627,12 +627,6 @@ Most of these attributes check the type of the assigned value:
627
- A :class:`dictionary <dict>` containing defaults for keyword-only
628
:term:`parameters <parameter>`.
629
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
636
Function objects also support getting and setting arbitrary attributes, which
637
can be used, for example, to attach metadata to functions. Regular attribute
638
dot-notation is used to get and set such attributes.
0 commit comments