Source code: Lib/typing.py ... In this example, Vector and list[float] will be treated as interchangeable synonyms: Vector = list[float] def scale(scalar: ...
確定! 回上一頁