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
frominspectimportsignaturefromdolimportStore@Store.wrapclassA:
def__init__(self, a=1):
passclassB(A):
def__init__(self, a=1, b=2):
passassertsignature(B) ==signature(A) # but that's not right!assertsignature(B) !=signature(B.__init__) # But we want ==!
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: