How to use typing in Python via mypy. ... from typing import List class A(object): def __init__(): # type: () -> None self.elements ...
確定! 回上一頁