What is `__new__` for? The Python 🐍 docs say "__new__() is intended mainly to allow subclasses of immutable types (like int, str, or tuple) to cust
What is `__new__` for? The Python 🐍 docs say "__new__() is intended mainly to allow subclasses of immutable types (like int, str, or tuple) to cust