quora / pyanalyze

A Python type checker
Apache License 2.0
340 stars 35 forks source link

Suggest name from scope, if one exists #751

Closed hauntsaninja closed 8 months ago

hauntsaninja commented 8 months ago

Without this, pyanalyze + autotyping use fully qualified names and add some unnecessary imports (also the imports might not be enough, since it only imports the first level)

No idea if this is a good way to implement this, e.g. is it safe to just save scopes