[ ソース: 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)