Making Python Enums safe for interactive work in which one may execute the file multiple times

前端 未结 0 1065
傲寒
傲寒 2020-12-30 12:33

If I\'m doing interactive work in Python and have an Enum that looks like this

from enum import Enum
class UnsafeColor(Enum):
     RED = 1
     G         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题