TypeAlias、Literal、Final、ClassVar 与 Annotated | Python

本章覆盖:type alias;Python 3.12+ type statement 的版本语义;Literal;Final;ClassVar;Annotated 作为附加元数据机制。

本章知识点

  • type alias
  • Python 3.12+ type statement 的版本语义
  • Literal
  • Final
  • ClassVar
  • Annotated 作为附加元数据机制