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
************* Module test
test.py:22:12: E1101: Instance of 'Base' has no 'some_func' member (no-member)
test.py:23:12: E1101: Instance of 'Base' has no 'some_func' member (no-member)
-------------------------------------------------------------------
Your code has been rated at 4.12/10 (previous run: -2.94/10, +7.06)
First of all, if this exact problem has already been reported, I am sorry. But I couldn't find anything resembling this, so here it is:
Steps to reproduce
For this file, when run with
pylint -d C,R test.py
, pylint incorrectly infersSub
asBase
:Current behavior
Output:
Expected behavior
No errors
pylint --version output
Thank you in advance
The text was updated successfully, but these errors were encountered: