How to get key type from pythons TypedDict

前端 未结 0 1960
眼角桃花
眼角桃花 2021-01-27 10:29

if I have a TypedDict like:

class Td(TypedDict):
    bar: str
    foo: str

and want to have a function tha

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