📜  python类型提示类列表 - Python代码示例

📅  最后修改于: 2022-03-11 14:45:08.619000             🧑  作者: Mango

代码示例1
from typing import List

# x is a list of Examples
def foo(x: List[Example])