__new__ is supposed to become a staticmethod
This seems to not matter very much, but it means that Cls.__new__ is a the original function, instead of an unbound instance method.
Showing
Please register or sign in to comment
This seems to not matter very much, but it means that Cls.__new__ is a the original function, instead of an unbound instance method.