3. Data model — Python 3 documentation#object.dict

object.__dict__

A dictionary or other mapping object used to store an object’s (writable) attributes. Not all instances have a __dict__ attribute; see the section on slots for more details.

Printed 2026-06-28.

(echo:: @ )