We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__loader__
$ mypy --python-version 3.6 -c 'print(__loader__.name)' <string>:1: error: Name '__loader__' is not defined
This might be a typeshed issue, but I can't figure out where globals like __name__ defined in typeshed. Feel free to redirect me!
__name__