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