sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Create support & custom visualization for typing.TypedDict

Open augray opened this issue 2 years ago • 0 comments

This would be a convenient way to support cases where people are already passing around json-like objects with keys that map to known value types. It differs from standard typing.Dict in that different keys may point to values of different types.

https://docs.python.org/3.8/library/typing.html#typing.TypedDict

augray avatar Oct 10 '22 22:10 augray