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
Fix class method and static method calls with --export-ref-info (#15282)
Previously they were sometimes reported as `builtins.type.method_name`
(i.e. a method of `builtins.type` instead of e.g. `module.ClsName`). Now
report them as `module.ClsName.method_name`.
0 commit comments