标签: python python-3.x duck-typing python-typing
在列表[汽车] 返回类型中,汽车未定义。有什么方法可以注释这些方法吗?
from typing import List class Car: ... @staticmethod def all() -> List[Car]: return Car._get_cars_from_db()