TypedDict syntax variant with keyword arguments · Issue #2492 · python/mypy (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
Support defining typed dicts like this:
Point = TypedDict('Point', x=int, y=int)
Metadata
Metadata
Labels
Development
No branches or pull requests