blob: 130856587fd918d4142414df97ac7b1e67f92362 [file] [log] [blame]
Allow :class:`~typing.TypedDict` subclasses to also include
:class:`~typing.Generic` as a base class in class based syntax. Thereby allowing
the user to define a generic ``TypedDict``, just like a user-defined generic but
with ``TypedDict`` semantics.