python3 typing 注解

官方文档在此:https://docs.python.org/zh-cn/3.6/library/typing.html

  1. python3 typing 注解
    类型别名的作用就是可以定义自己想声明的类型。比如我把List[int]定义为vector_of_int,不过我觉得没啥用,又不能定义成vector

2.python3 typing 注解
newtype 把一个类型声明为另一个类型的子类
python3 typing 注解
这个例子中,就不能传入int

3.python3 typing 注解
callback的注解方式


看这个就够了
https://cuiqingcai.com/7071.html

上一篇:Intel RealSense D455深度摄影机,在Jetson Nano上安装、执行Python范例


下一篇:自动刷新JWT解决方案