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
Note the AG-BG-CG class hierarchy is identical to A-B-C class hierarchy except it uses Generics.
And no-member is reported in generic case while non-generic case is fine.
The text was updated successfully, but these errors were encountered:
jolaf
changed the title
pylint cant's ee parent methods through Generic inheritance
pylint can't see parent methods through Generic inheritance
Feb 9, 2021
@jolaf i will close this issue as it seems to be a duplicate of #3131.
By the way this issue should be fixed as soon as pylint-dev/astroid#927 will be merged into master.
The following code:
produces the following ouput:
Note the
AG
-BG
-CG
class hierarchy is identical toA
-B
-C
class hierarchy except it usesGeneric
s.And
no-member
is reported in generic case while non-generic case is fine.The text was updated successfully, but these errors were encountered: