Login
From:
Python documentation
(Uncensored)
subscribe
Enum HOWTO — Python 3.13.1 documentation
https://docs.python.org/3/howto/enum.html
links
backlinks
An Enum is a set of symbolic names bound to unique values. They are similar to global variables, but they offer a more useful repr(), grouping, type-safety, and a few other features. They are most ...
Roast topics
Find topics
Find it!