blob: 14d6afe41ce5fe9f85087717bf8ae7e4a8692662 (
plain) (
blame)
1
2
3
4
5
|
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
|