Home
last modified time | relevance | path

Searched refs:MyIntEnum (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_enum.py1028 class MyIntEnum(int, MyEnum): class
1032 self.assertEqual(repr(MyIntEnum.that), "My name is that.")