Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 252 Bytes

2021-09-03-07-56-48.bpo-44863.udgz95.rst

File metadata and controls

4 lines (4 loc) · 252 Bytes

Allow ~typing.TypedDict subclasses to also include ~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.