Files
bsdports/python/py-enum34/pkg-descr
2019-12-26 07:26:06 +00:00

6 lines
241 B
Plaintext

An enumeration is a set of symbolic names (members) bound to unique, constant
values. Within an enumeration, the members can be compared by identity, and
the enumeration itself can be iterated over.
WWW: https://pypi.python.org/pypi/enum34