Home
last modified time | relevance | path

Searched refs:badseq (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_dict.py200 class badseq(object): class
206 self.assertRaises(Exc, {}.update, badseq())
Dmapping_tests.py267 class badseq(object): class
273 self.assertRaises(Exc, d.update, badseq())
/external/python/cpython3/Lib/test/
Dmapping_tests.py258 class badseq(object): class
264 self.assertRaises(Exc, d.update, badseq())
Dtest_dict.py205 class badseq(object): class
211 self.assertRaises(Exc, {}.update, badseq())