Nice way to turn a dict into a TypedDict?

前端 未结 0 1838
再見小時候
再見小時候 2020-12-08 17:09

I want to have a nice (mypy --strict and pythonic) way to turn an untyped dict (from json.loads()) into a TypedDict. My c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题