Skip to content

Support TypedDict function-based syntax in pyi files.#647

Merged
rchen152 merged 1 commit into
masterfrom
google_sync
Aug 18, 2020
Merged

Support TypedDict function-based syntax in pyi files.#647
rchen152 merged 1 commit into
masterfrom
google_sync

Conversation

@rchen152

Copy link
Copy Markdown
Contributor

Since we don't support TypedDict yet, the parser simply rewrites TypedDict
to Dict[str, Any].

Fixes #637.

PiperOrigin-RevId: 327131566

Since we don't support TypedDict yet, the parser simply rewrites TypedDict
to Dict[str, Any].

Fixes #637.

PiperOrigin-RevId: 327131566
@google-cla google-cla Bot added the cla: yes label Aug 18, 2020
@rchen152 rchen152 merged commit 6b899bf into master Aug 18, 2020
@rchen152 rchen152 deleted the google_sync branch August 18, 2020 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

creating TypedDicts with TypedDict(...)

1 participant