blob: 1a6de60e46c18fce7c8a6334e864b710e88b290c (
plain)
1
2
3
4
|
Constructors of :class:`~typing.NamedTuple` and :class:`~typing.TypedDict`
types now accept arbitrary keyword argument names, including "cls", "self",
"typename", "_typename", "fields" and "_fields". Passing positional
arguments by keyword is deprecated.
|