[ ソース: 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