Skip to content

Python typing

Jiajie Zhong edited this page Feb 13, 2020 · 1 revision

typing

Note: The Python runtime does not enforce function and variable type annotations. They can be used by third party tools such as type checkers, IDEs, linters, etc

官方文档


Clone this wiki locally