Search notes:

Python: __dict__

See also

The built-in function dir() gets the names from __dir__() or __dict__. (see here)
__slots__
Other dunders

Index