[ Bron: python-typeguard ]
Pakket: python3-typeguard (4.4.1-1)
Verwijzigingen voor python3-typeguard
Debian bronnen:
Het bronpakket python-typeguard downloaden:
- [python-typeguard_4.4.1-1.dsc]
- [python-typeguard_4.4.1.orig.tar.gz]
- [python-typeguard_4.4.1-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-typeguard gerelateerde pakketten
|
|
|
|
-
- 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
- of python3-supported-min (>= 3.10)
- Pakket niet beschikbaar
-
- dep: python3-typing-extensions (>= 4.10.0)
- Backported and Experimental Type Hints for Python