Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_sets.py708 class TestCopyingTriple(TestCopying): class
714 super(TestCopyingTriple, self).test_copy()
853 TestCopyingTriple,
Dtest_set.py1457 class TestCopyingTriple(TestCopying): class
1814 TestCopyingTriple,
/external/python/cpython3/Lib/test/
Dtest_set.py1560 class TestCopyingTriple(TestCopying, unittest.TestCase): class