Searched defs:IntEnum (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Doc/library/ | ||
D | enum.rst | 558 IntEnum section in Derived Enumerations |
/third_party/python/Lib/ | ||
D | enum.py | 807 class IntEnum(int, Enum): class |
/third_party/python/Lib/test/ | ||
D | test_enum.py | 693 class IntEnum(int, Enum): class |