Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_enum.py345 class IntLogic(int, Enum): class
348 self.assertTrue(IntLogic.true)
349 self.assertFalse(IntLogic.false)