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
The text was updated successfully, but these errors were encountered:
jacobtylerwalls
changed the title
Should infer more values for __name__ (possibly other dunders)
Should infer more values for == __name__ (possibly other dunders)
Mar 30, 2023
Steps to reproduce
Current behavior
1 inferred value
Expected behavior
2 inferred values (True, False)
python -c "from astroid import __pkginfo__; print(__pkginfo__.version)"
output2.16.0dev0
More info
Inspired by pylint-dev/pylint#8167
The text was updated successfully, but these errors were encountered: