Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Type hint arguments in ViewInterface (#933)
Add proper type hints to the two arguments in ViewInterface->assign(). This is not breaking since existing implementations can still accept "more" by not setting these arguments - method arguments of subtypes are contravariant. This will be backported to 2.14.
- Loading branch information