Closed
Description
**
unpacking
Related discussion and proposal
There has been a lot of discussion about better ** typing in typing-sig mailing list.
Unpack TypedDict into dict
- Unable to pass values from TypedDict into dict #9117
- "Expected TypedDict key to be string literal" false positive? #4122
Unpack TypedDict into TypedDict
- build a typeddict from another #10585
- Allow spreading of a TypedDict into another TypedDict #11108
- Star-star syntax not allowed with TypedDict #9408
update()
update()
should accept whose fields is the subset of the caller's fields.
- Possible false positive calling dict.update() method with TypedDict hierarchy #9335
- TypedDict update() does not accept TypedDict with compatible subset keys #6462
update(x=1,...)