Presenting PEP 692: Using TypedDict for more precise **kwargs typing
"Franek Magiera" <[email protected]> Tue, 12 Jul 2022 19:39:06 -0000
| Newsgroups | gmane.comp.python.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, PEP 692 is posted. It proposes to use TypedDicts to type **kwargs that consist of different types. This feature has gained a lot of interest from the community (https://github.com/python/mypy/issues/4441). The PEP also proposes a grammar change and a new dunder __unpack__. Here is the link to the PEP itself - https://peps.python.org/pep-0692/ And the discussion on discuss.python.org - https://discuss.python.org/t/pep-692-using-typeddict-for-more-precise-kwargs-typing/17314 Please share your comments, thoughts and feedback! Franek