basedmypy
basedmypy copied to clipboard
`TypedDict` should extend `dict` not `Mapping`
dict[str, int]
class Type(MappedType):
name: str
dict[Type.Key, Type.Value]
I don't know how to solve __delitem__/clear yet, but it would be something to do with it's signature indicating that it alters the type somehow.
- #193