Home
last modified time | relevance | path

Searched refs:check_free_after_iterating (Results 1 – 25 of 109) sorted by relevance

12345

/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_ordered_dict.py284 test_support.check_free_after_iterating(self, iter, OrderedDict)
285 test_support.check_free_after_iterating(self, lambda d: d.iterkeys(), OrderedDict)
286 test_support.check_free_after_iterating(self, lambda d: d.itervalues(), OrderedDict)
287 test_support.check_free_after_iterating(self, lambda d: d.iteritems(), OrderedDict)
288 test_support.check_free_after_iterating(self, lambda d: iter(d.viewkeys()), OrderedDict)
289 test_support.check_free_after_iterating(self, lambda d: iter(d.viewvalues()), OrderedDict)
290 test_support.check_free_after_iterating(self, lambda d: iter(d.viewitems()), OrderedDict)
H A Dtest_dict.py692 test_support.check_free_after_iterating(self, iter, dict)
693 test_support.check_free_after_iterating(self, lambda d: d.iterkeys(), dict)
694 test_support.check_free_after_iterating(self, lambda d: d.itervalues(), dict)
695 test_support.check_free_after_iterating(self, lambda d: d.iteritems(), dict)
696 test_support.check_free_after_iterating(self, lambda d: iter(d.viewkeys()), dict)
697 test_support.check_free_after_iterating(self, lambda d: iter(d.viewvalues()), dict)
698 test_support.check_free_after_iterating(self, lambda d: iter(d.viewitems()), dict)
H A Dseq_tests.py408 support.check_free_after_iterating(self, iter, self.type2test)
409 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_ordered_dict.py284 test_support.check_free_after_iterating(self, iter, OrderedDict)
285 test_support.check_free_after_iterating(self, lambda d: d.iterkeys(), OrderedDict)
286 test_support.check_free_after_iterating(self, lambda d: d.itervalues(), OrderedDict)
287 test_support.check_free_after_iterating(self, lambda d: d.iteritems(), OrderedDict)
288 test_support.check_free_after_iterating(self, lambda d: iter(d.viewkeys()), OrderedDict)
289 test_support.check_free_after_iterating(self, lambda d: iter(d.viewvalues()), OrderedDict)
290 test_support.check_free_after_iterating(self, lambda d: iter(d.viewitems()), OrderedDict)
H A Dtest_dict.py692 test_support.check_free_after_iterating(self, iter, dict)
693 test_support.check_free_after_iterating(self, lambda d: d.iterkeys(), dict)
694 test_support.check_free_after_iterating(self, lambda d: d.itervalues(), dict)
695 test_support.check_free_after_iterating(self, lambda d: d.iteritems(), dict)
696 test_support.check_free_after_iterating(self, lambda d: iter(d.viewkeys()), dict)
697 test_support.check_free_after_iterating(self, lambda d: iter(d.viewvalues()), dict)
698 test_support.check_free_after_iterating(self, lambda d: iter(d.viewitems()), dict)
H A Dseq_tests.py408 support.check_free_after_iterating(self, iter, self.type2test)
409 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_ordered_dict.py652 support.check_free_after_iterating(self, iter, self.OrderedDict)
653 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
654 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
655 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dseq_tests.py416 support.check_free_after_iterating(self, iter, self.type2test)
417 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_ordered_dict.py652 support.check_free_after_iterating(self, iter, self.OrderedDict)
653 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
654 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
655 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dseq_tests.py416 support.check_free_after_iterating(self, iter, self.type2test)
417 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_ordered_dict.py648 support.check_free_after_iterating(self, iter, self.OrderedDict)
649 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
650 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
651 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dtest_dict.py1135 support.check_free_after_iterating(self, iter, dict)
1136 support.check_free_after_iterating(self, lambda d: iter(d.keys()), dict)
1137 support.check_free_after_iterating(self, lambda d: iter(d.values()), dict)
1138 support.check_free_after_iterating(self, lambda d: iter(d.items()), dict)
H A Dseq_tests.py416 support.check_free_after_iterating(self, iter, self.type2test)
417 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_ordered_dict.py652 support.check_free_after_iterating(self, iter, self.OrderedDict)
653 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
654 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
655 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dseq_tests.py416 support.check_free_after_iterating(self, iter, self.type2test)
417 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_ordered_dict.py652 support.check_free_after_iterating(self, iter, self.OrderedDict)
653 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
654 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
655 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dseq_tests.py416 support.check_free_after_iterating(self, iter, self.type2test)
417 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_ordered_dict.py652 support.check_free_after_iterating(self, iter, self.OrderedDict)
653 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
654 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
655 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dseq_tests.py416 support.check_free_after_iterating(self, iter, self.type2test)
417 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_ordered_dict.py655 support.check_free_after_iterating(self, iter, self.OrderedDict)
656 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
657 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
658 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dseq_tests.py427 support.check_free_after_iterating(self, iter, self.type2test)
428 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_ordered_dict.py652 support.check_free_after_iterating(self, iter, self.OrderedDict)
653 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
654 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
655 support.check_free_after_iterating(self, lambda d: iter(d.items()), self.OrderedDict)
H A Dseq_tests.py427 support.check_free_after_iterating(self, iter, self.type2test)
428 support.check_free_after_iterating(self, reversed, self.type2test)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_ordered_dict.py655 support.check_free_after_iterating(self, iter, self.OrderedDict)
656 support.check_free_after_iterating(self, lambda d: iter(d.keys()), self.OrderedDict)
657 support.check_free_after_iterating(self, lambda d: iter(d.values()), self.OrderedDict)
658 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)

12345