-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
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
Refactor common code in analyze_member_access and find_member #3832
Comments
Raising priority to normal, since there are couple of things that are not done by the code in |
Hey, guys!
|
@sergab11 |
Currently,
checkmember.analyze_member_access
andsubtypes.find_member
share quite a bit of logic. We could refactor this to some common place. In addition,bind_self
that is used in both modules creates an import cycle, so that it makes sense to move it to a separate location.This is a follow-up of #3132
The text was updated successfully, but these errors were encountered: