python recursion error, calling classmethod of derived class in __new__ method
I have the following piece of code – simplified version of what I want to do.
But it gives me a recursion error.
I have the following piece of code – simplified version of what I want to do.
But it gives me a recursion error.