microsoft / pyright

Static Type Checker for Python
Other
13.48k stars 1.48k forks source link

Added narrowing support for a TypedDict value, which can be assumed n… #9436

Closed erictraut closed 2 weeks ago

erictraut commented 2 weeks ago

…ever to be falsy if it has at least one required entry. This addresses #9435.

github-actions[bot] commented 2 weeks ago

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