Home
last modified time | relevance | path

Searched defs:IntEnum (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/library/
Denum.rst558 IntEnum section in Derived Enumerations
/third_party/python/Lib/
Denum.py807 class IntEnum(int, Enum): class
/third_party/python/Lib/test/
Dtest_enum.py693 class IntEnum(int, Enum): class