[ 源代码: python-mypy-extensions ]
软件包:python3-mypy-extensions(0.4.1-1)
python3-mypy-extensions 的相关链接
Debian 的资源:
下载源码包 python-mypy-extensions:
- [python-mypy-extensions_0.4.1-1.dsc]
- [python-mypy-extensions_0.4.1.orig.tar.gz]
- [python-mypy-extensions_0.4.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [www.mypy-lang.org]
相似软件包:
Experimental type system extensions for mypy typechecker (Python 3)
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.
The "mypy_extensions" module defines experimental extensions to the standard "typing" module that are supported by the mypy typechecker.
This package provides the modules for Python 3.