microsoft / pyright

Static Type Checker for Python
Other
13.12k stars 1.4k forks source link

Renamed OverloadedFunctionType to OverloadedType for brevity and to r… #8708

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…eflect the fact that non-function types are now supported for overloads. No functional change, just a rename.

github-actions[bot] commented 1 month ago

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