Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_enum.py335 class IntLogic(int, Enum): class
338 self.assertTrue(IntLogic.true)
339 self.assertFalse(IntLogic.false)