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.
eval.__get__(1)
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
Right now, it infers to eval (the bound method of builtins) itself, which is wrong. Note that eval.__get()__ correctly resolves to an inference error.
eval
builtins
eval.__get()__
Found while investigating #2672
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Right now, it infers to
eval
(the bound method ofbuiltins
) itself, which is wrong. Note thateval.__get()__
correctly resolves to an inference error.Found while investigating #2672
The text was updated successfully, but these errors were encountered: