[ 源代码: python-sentinels ]
软件包:python3-sentinels(1.0.0-5)
python3-sentinels 的相关链接
Debian 的资源:
下载源码包 python-sentinels:
- [python-sentinels_1.0.0-5.dsc]
- [python-sentinels_1.0.0.orig.tar.gz]
- [python-sentinels_1.0.0-5.debian.tar.xz]
维护者:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
Python module for sentinel objects (Python 3 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 3 version of the sentinels module.