microsoft / pyright

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

Modified OverloadedFunctionType interface in preparation for a follow… #8695

Closed erictraut closed 1 month ago

erictraut commented 1 month ago

…-on change. Users of OverloadedFunctionType must now use the accessor functions to get the overloads and implementation.

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. ✅