[ 原始碼: 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)