[ Bron: python-typeguard ]
Pakket: python3-typeguard (2.2.2-2)
Verwijzigingen voor python3-typeguard
Debian bronnen:
Het bronpakket python-typeguard downloaden:
- [python-typeguard_2.2.2-2.dsc]
- [python-typeguard_2.2.2.orig.tar.gz]
- [python-typeguard_2.2.2-2.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)