Dunder methods

image

Iterable objects using __iter__ and __next__

image
image

Sequences using __len__ and __getitem__

image

Containers using __contains__

image

__setitem__, __getitem__ for dict

image

Callable objects using __call__

image
SuperMade with Super