←back to thread

191 points jwilk | 1 comments | | HN request time: 0.287s | source
Show context
codethief ◴[] No.46230017[source]
Next step: Auto-inferring the correct (most narrow) TypedDict type from a frozendict. (Think `const foo = { … } as const` in TypeScript.) I miss this TS feature in Python on the daily.
replies(5): >>46230085 #>>46230120 #>>46230296 #>>46230354 #>>46230695 #
1. tweakimp ◴[] No.46230085[source]
Can you give a Python example of a use case for this?