泛型、TypeVar 与参数化类型 | Python
本章覆盖:generic function;TypeVar;generic class;Python 3.12+ 泛型参数语法基础;约束与 bound;静态类型关系不改变对象运行时本质。
本章知识点
- generic function
- TypeVar
- generic class
- Python 3.12+ 泛型参数语法基础
- 约束与 bound
- 静态类型关系不改变对象运行时本质
本章覆盖:generic function;TypeVar;generic class;Python 3.12+ 泛型参数语法基础;约束与 bound;静态类型关系不改变对象运行时本质。