Refactor and document conditional type binder #7324
Labels
priority-0-high
refactoring
Changing mypy's internals
topic-type-narrowing
Conditional type narrowing / binder
Conditional type binder (mypy's version of abstract interpreter) is one of the trickiest part of mypy. It would be great to clean-up its implementation and document the current behaviour. As and optional additional related thing (or a follow-up step), I would propose to refactor/rethink partial types (that IMO should be handled by the binder).
The text was updated successfully, but these errors were encountered: