[ buster ]
[ ソース: python-sentinels ]
パッケージ: python-sentinels (1.0.0-3)
python-sentinels に関するリンク
Debian の資源:
python-sentinels ソースパッケージをダウンロード:
- [python-sentinels_1.0.0-3.dsc]
- [python-sentinels_1.0.0.orig.tar.gz]
- [python-sentinels_1.0.0-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
Python module for sentinel objects (Python 2 version)
Sentinels are objects with special meanings that can be passed as meaningful flags rather than special casing 0, None, -1, False etc. Sentinels can be thought of as singletons, but they service the need of having 'special' values in code,
This package contains the Python 2 version of the sentinels module.