Thanks you @RafeKettler for this comprehensive list of Python magic tricks :) I noticed the `__slots__` is missing, although this attribute has huge effects on the class, see https://docs.python.org/3/reference/datamodel.html#notes-on-using-slots
Thanks you @RafeKettler for this comprehensive list of Python magic tricks :)
I noticed the
__slots__is missing, although this attribute has huge effects on the class, see https://docs.python.org/3/reference/datamodel.html#notes-on-using-slots