Skip to the content.

dunder methods in python

Special method names that begin and end with double underscores, abbreviated as dunder. e.g, init()

refference https://docs.python.org/3/reference/datamodel.html

TODO