TypedDict 与结构化字典数据 | Python

本章覆盖:TypedDict;必需键与非必需键;字典运行时仍是普通 dict;适合 JSON 风格数据建模;与 dataclass / Pydantic 等对象模型的边界。

本章知识点

  • TypedDict
  • 必需键与非必需键
  • 字典运行时仍是普通 dict
  • 适合 JSON 风格数据建模
  • 与 dataclass / Pydantic 等对象模型的边界