Add literal `typing.Unpack` syntax
Open
feature
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
Should compile `def f(**kwargs: **D): ...` to `def f(**kwargs: typing.Unpack[D]): ...`.
Contributor guide
Assessment
This issue has not been assessed yet.