TypedDict syntax variant with keyword arguments · Issue #2492 · python/mypy (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@JukkaL

Description

@JukkaL

Support defining typed dicts like this:

Point = TypedDict('Point', x=int, y=int)

Metadata

Metadata

Labels

Development

No branches or pull requests

Issue actions