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
cat > /tmp/d.py <<EOF
"test"
from weakref import WeakValueDictionary
d = WeakValueDictionary()
print(d.data)
EOF
pylint /tmp/d.py
Current behavior
/tmp/d.py:4:6: E1101: Instance of 'WeakValueDictionary' has no 'data' member (no-member)`
---------------------------------------------------------------------
Your code has been rated at -6.67/10 (previous run: -10.00/10, +3.33)
Steps to reproduce
Current behavior
Expected behavior
Code rated at 10/10
pylint --version output
pylint 2.4.3
astroid 2.3.1
Python 3.6.8 (default, Oct 7 2019, 12:59:55)
[GCC 8.3.0]
The text was updated successfully, but these errors were encountered: