You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cls. __new__() is a static method (special-cased so you need not declare it as such)
As we didn't have __new__ qstr until recently at all, I'm sure this is not handled in the compiler. @dpgeorge, if you would have quick idea how to fix this, please do.
The text was updated successfully, but these errors were encountered:
Reference: https://docs.python.org/3.4/reference/datamodel.html#object.__new__
As we didn't have
__new__
qstr until recently at all, I'm sure this is not handled in the compiler. @dpgeorge, if you would have quick idea how to fix this, please do.The text was updated successfully, but these errors were encountered: