Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_bisect.py265 class TestInsortC(TestInsort): class
352 TestInsortPython, TestInsortC,
/external/python/cpython3/Lib/test/
Dtest_bisect.py240 class TestInsortC(TestInsort, unittest.TestCase): class