mirror of
https://github.com/python/cpython.git
synced 2025-08-19 08:11:46 +00:00
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) (#124556)
This commit is contained in:
parent
068e734bb5
commit
9f2e6ca199
41 changed files with 250 additions and 208 deletions
|
@ -1614,7 +1614,7 @@ method too, and it must do so carefully. The basic implementation of
|
|||
...
|
||||
|
||||
Most :meth:`!__setattr__` implementations must modify
|
||||
:meth:`self.__dict__ <object.__dict__>` to store
|
||||
:attr:`self.__dict__ <object.__dict__>` to store
|
||||
local state for self without causing an infinite recursion.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue