PythonfromPythonmorsels1 month agoDon't call dunder methodsDunder methods should be defined on classes in Python, but not called directly.