[ 源代码: mypy ]
软件包:mypy(1.0.1-1)
optional static typing for Python
Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types.
This package provides the command-line interface.
其他与 mypy 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-mypy (>= 1.0.1-1)
- public modules for mypy (Python 3)
-
- rec: python3-typeshed
- collection of library stubs for Python, with static types
-
- sug: mypy-doc
- documentation for mypy