Home
/
Python 3.11
/
Typing
/
NotRequired
Python 3.0
Python 3.11
Functions
ID
EN
…
Typing
NotRequired
Python 3.11
Special typing construct to mark a TypedDict key as potentially missing.
Syntax
PYTHON
Copy
typing.NotRequired
See Also
TypedDict
TypedDict