Python 枚举 enum

Python 枚举 enum

enum 标准模块在 3.4 版本才可以使用,3.3 以下版本需要独立安装:https://pypi.python.org/pypi/enum34#downloads,官方说明:

enum34 is the new Python stdlib enum module available in Python 3.4
backported for previous versions of Python from 2.4 to 3.3.
tested on 2.6, 2.7, and 3.3+

使用方法:https://www.cnblogs.com/ucos/p/5896861.html

posted @ 2018-10-26 15:07  ibingshan  阅读(1146)  评论(0编辑  收藏  举报