enum: The Enumeration Module

1 Description

The Python enum module provides a way for you to create enumerations. Enumerations are different from normal Python classes.

This document was last updated: