magicmethods icon indicating copy to clipboard operation
magicmethods copied to clipboard

Missing __slots__

Open MenelikV opened this issue 6 years ago • 0 comments

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

MenelikV avatar Feb 26 '19 14:02 MenelikV