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
This has four improvements:
* Skip placeholders, they are not guaranteed to have a correct
`fullname`.
* Skip nodes from `builtins`/`typing`, these don't add anything.
* Don't use `rsplit(".")` on variables/functions recursively, always use
enclosing class.
* (Most importantly) add missing `maxsplit=1`.
0 commit comments