microsoft / pyright

Static Type Checker for Python
Other
12.7k stars 1.35k forks source link

Did some general code cleanup in type evaluator including shortening … #8330

Closed erictraut closed 1 week ago

erictraut commented 1 week ago

…names of some variables and functions for readability.

github-actions[bot] commented 1 week ago

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅