PEP 585
E265442
UNEXPLORED
PEP 585 is a Python Enhancement Proposal that introduced built-in generic types (like list[int] and dict[str, int]) as a modern replacement for many typing module aliases.
Jump to:
Referenced by