[ 原始碼: 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)