冷靜
晚點再想 =.=
2018年5月6日 星期日
函数注解 (Function Annotations)
函数注解 (Function Annotations)
def foobar(a: int, b: "it's b", c: str = 5) -> tuple: return a, b, c
a: int 这种是注解参数
c: str = 5 是注解有默认值的参数
-> tuple 是注解返回值
ref:
Huang Huang 的博客
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言