[ 源代码: python-typeguard ]
软件包:python3-typeguard(2.2.2-2)
python3-typeguard 的相关链接
Debian 的资源:
下载源码包 python-typeguard:
- [python-typeguard_2.2.2-2.dsc]
- [python-typeguard_2.2.2.orig.tar.gz]
- [python-typeguard_2.2.2-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Run-time type checker for Python
This library provides run-time type checking for functions defined with argument type annotations. This can be done in one of three ways:
* calling check_argument_types() from within the function body * decorating the function with @typechecked * using `with TypeChecker('packagename')`
This package installs the library for Python 3.
其他与 python3-typeguard 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)