Pakket: python3-typechecks (0.1.0+ds-3)
Verwijzigingen voor python3-typechecks
Debian bronnen:
Het bronpakket python-typechecks downloaden:
- [python-typechecks_0.1.0+ds-3.dsc]
- [python-typechecks_0.1.0+ds.orig.tar.xz]
- [python-typechecks_0.1.0+ds-3.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
express constraints on types
Variables in Python are just that - variable. Sometimes though you want to make sure that a variable is of a particular type, like an integer, a string or a something to iterate (loop) through.
To express such constraints on the type that a variable may have in the code, such that the program can react to it at runtime, this small modules provides a set of routines.
Andere aan python3-typechecks gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)