Home
last modified time | relevance | path

Searched refs:check_free_after_iterating (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_ordered_dict.py671 support.check_free_after_iterating(self, iter, self.OrderedDict)
672 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
673 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
674 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dseq_tests.py430 support.check_free_after_iterating(self, iter, self.type2test)
431 support.check_free_after_iterating(self, reversed, self.type2test)
H A Dtest_dict.py1270 support.check_free_after_iterating(self, iter, dict)
1271 support.check_free_after_iterating(self, lambda d: iter(d.keys()), dict)
1272 support.check_free_after_iterating(self, lambda d: iter(d.values()), dict)
1273 support.check_free_after_iterating(self, lambda d: iter(d.items()), dict)
H A Dtest_iter.py7 from test.support import check_free_after_iterating, ALWAYS_EQ, NEVER_EQ namespace
1139 check_free_after_iterating(self, iter, SequenceClass, (0,))
H A Dtest_array.py1156 support.check_free_after_iterating(self, iter, array.array,
1158 support.check_free_after_iterating(self, reversed, array.array,
H A Dtest_bytes.py955 test.support.check_free_after_iterating(self, iter, self.type2test)
956 test.support.check_free_after_iterating(self, reversed, self.type2test)
H A Dtest_unicode.py2596 support.check_free_after_iterating(self, iter, str)
2597 support.check_free_after_iterating(self, reversed, str)
H A Dtest_set.py356 support.check_free_after_iterating(self, iter, self.thetype)
/third_party/python/Lib/test/support/
H A D__init__.py1806 def check_free_after_iterating(test, iter, cls, args=()): function

Completed in 24 milliseconds