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
if class C has no attribute 'a', but class B(C) does, and the compiler knows a variable as 'C', accessing 'a' should defer to the interpreter, not throw an exception.
The text was updated successfully, but these errors were encountered:
if class C has no attribute 'a', but class B(C) does, and the compiler knows a variable as 'C', accessing 'a' should defer to the interpreter, not throw an exception.
The text was updated successfully, but these errors were encountered: