[ 源代码: python-typechecks ]
软件包:python3-typechecks(0.1.0+ds-4)
python3-typechecks 的相关链接
Debian 的资源:
下载源码包 python-typechecks:
- [python-typechecks_0.1.0+ds-4.dsc]
- [python-typechecks_0.1.0+ds.orig.tar.xz]
- [python-typechecks_0.1.0+ds-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-typechecks 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)