-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
formatterRelated to the formatterRelated to the formatterpython312Related to Python 3.12Related to Python 3.12
Milestone
Description
See PEP 695 for details on this python 3.12 feature. Not to be confused with typing.TypeAlias of python 3.10. The goal is to format statements in the form:
# TypeAlias
type ListOrSet[T] = list[T] | set[T]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
formatterRelated to the formatterRelated to the formatterpython312Related to Python 3.12Related to Python 3.12