Login
From:
Python Enhancement Proposals (PEPs)
(Uncensored)
subscribe
PEP 705 – TypedDict: Read-only items | peps.python.org
https://peps.python.org/pep-0705/
links
backlinks
PEP 589 defines the structural type TypedDict for dictionaries with a fixed set of keys. As TypedDict is a mutable type, it is difficult to correctly annotate methods which accept read-only parameters in a way that doesn’t prevent valid inputs.
Roast topics
Find topics
Find it!