Search results
Documentation related to python3-typeguard
Package: python3-typeguard
Description: 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.
Homepage: https://github.com/agronholm/typeguard
copyright | changelog | Debian changelog
Other documents: