[ 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.