[ 源代码: python-typeguard ]
软件包:python3-typeguard(4.4.1-1)
python3-typeguard 的相关链接
Debian 的资源:
下载源码包 python-typeguard:
- [python-typeguard_4.4.1-1.dsc]
- [python-typeguard_4.4.1.orig.tar.gz]
- [python-typeguard_4.4.1-1.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)
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- 或者 python3-supported-min (>= 3.10)
- 软件包暂时不可用
-
- dep: python3-typing-extensions (>= 4.10.0)
- Backported and Experimental Type Hints for Python