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
Doc: clarify that MyClass() must be called to instantiate
Add a note that writing x = MyClass without parentheses will not create
an instance and calling x.f() will raise TypeError. The correct usage
is x = MyClass().
0 commit comments