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
42
Traceback (most recent call last):
File "/tmp/qwe2.py", line 13, in <module>
print(Child().get())
AttributeError: 'int' object has no attribute 'get'
But MyPy sees nothing wrong.
The text was updated successfully, but these errors were encountered:
This code obviously will fail at runtime:
But MyPy sees nothing wrong.
The text was updated successfully, but these errors were encountered: