Searched defs:TestCond (Results 1 – 3 of 3) sorted by relevance
44 enum class TestCond { EQ, NE, LT, LE, GT, GE }; enum
799 def TestCond(n, *args): function
818 class TestCond(CondCases, TestCase): class