Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_operator.py47 class OperatorTestCase: class
531 class PyOperatorTestCase(OperatorTestCase, unittest.TestCase):
535 class COperatorTestCase(OperatorTestCase, unittest.TestCase):
/external/python/cpython2/Lib/test/
Dtest_operator.py35 class OperatorTestCase(unittest.TestCase): class
525 OperatorTestCase,