Home
last modified time | relevance | path

Searched defs:test_copying (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_ordered_dict.py284 def test_copying(self): member in OrderedDictTests
870 test_copying = OrderedDictTests.test_copying variable in PurePythonOrderedDictWithSlotsCopyingTests
879 test_copying = OrderedDictTests.test_copying variable in CPythonOrderedDictWithSlotsCopyingTests
Dtest_weakset.py457 def test_copying(self): member in TestWeakSet
Dtest_re.py1228 def test_copying(self): member in ReTests
Dtest_collections.py2179 def test_copying(self): member in TestCounter