summaryrefslogtreecommitdiffstats
path: root/python/python3-annotated-types/README
blob: 7aca06871d8c7f584739621d37d5ec7cf2d6af9f (plain)
python3-annotated-types (Reusable constraint types, typing.Annotated)

PEP-593 added typing.Annotated as a way of adding context-specific
metadata to existing types, and specifies that Annotated[T, x] should
be treated as T by any tool or library without special logic for x.