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
Currently, checkmember.analyze_member_access and subtypes.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.