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
fromcopyimportreplaceclassFoo:
def__replace__(self, *args: object, **kwargs: object): # PLW3201: Dunder method `__replace__` has no special meaning in Python 3print("hi")
replace(Foo()) # calls `Foo.__replace__`