Skip to content

Functional TypedDict syntax #3095

@sharkdp

Description

@sharkdp

For example:

Movie = TypedDict("Movie", {"name": str, "year": int})

See conformance tests here. Implementing this should also make this test pass.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions