We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
foo() # runtime NameError: name 'foo' is not defined def foo(): ...
https://mypy-play.net/?mypy=latest&python=3.10&gist=bc5b1e2767072f474d0bdf1ff2a8190e
The text was updated successfully, but these errors were encountered:
I am very curious about this program, could you guide me more I want to contribute. This will be my first time doing it
Sorry, something went wrong.
Also:
print(a) # no error a: int = 1
Duplicate of #686
No branches or pull requests
https://mypy-play.net/?mypy=latest&python=3.10&gist=bc5b1e2767072f474d0bdf1ff2a8190e
The text was updated successfully, but these errors were encountered: