sematic
sematic copied to clipboard
Create support & custom visualization for typing.TypedDict
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