mypy
6077dc8a - Improve ambiguous **kwarg checking (#9573)

Commit
5 years ago
Improve ambiguous **kwarg checking (#9573) Fixes #4708 Allows for multiple ambiguous **kwarg unpacking in a call -- all ambiguous **kwargs will map to all formal args that do not have a certain actual arg. Fixes #9395 Defers ambiguous **kwarg mapping until all other unambiguous formal args have been mapped -- order of **kwarg unpacking no longer affects the arg map.
Author
Parents
Loading