Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1920,8 +1920,7 @@ Attribute lookup speed can be significantly improved as well.

.. _datamodel-note-slots:

Notes on using *__slots__*
""""""""""""""""""""""""""
Notes on using *__slots__*:

* When inheriting from a class without *__slots__*, the
:attr:`~object.__dict__` and
Expand Down