[ 原始碼: python-typeguard ]
套件:python3-typeguard(4.4.0-1)
python3-typeguard 的相關連結
Debian 的資源:
下載原始碼套件 python-typeguard:
- [python-typeguard_4.4.0-1.dsc]
- [python-typeguard_4.4.0.orig.tar.gz]
- [python-typeguard_4.4.0-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