Skip to content
Commit 13683b43 authored by Francis Herne's avatar Francis Herne
Browse files

Type hints from keyword arguments to named parameters.

Before, all types of keyword arguments were rolled into the **kwargs
 parameter, if present, or ignored.

When a keyword argument's name matches that of a normal parameter, its
 type should be used as a hint for that and not for **kwargs.

See tests for examples.

No changes in existing tests. Four new tests that previously failed and
 now pass.
parent a16e2de3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment