DEBSOURCES
Skip Quicknav
sources / sphinx-autoapi / 3.3.3-1 / tests / python / pep695 / example / example.py
1234
from typing import TypeAlias MyTypeAliasA: TypeAlias = tuple[str, int] type MyTypeAliasB = tuple[str, int]