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

/external/python/cpython2/Lib/test/
H A Dtest_set.py46 self.s = self.thetype(word)
50 self.assertRaises(TypeError, self.thetype, [], 2)
57 self.assertRaises(PassThru, self.thetype, check_pass_thru())
58 self.assertRaises(TypeError, self.thetype, [[]])
67 s = self.thetype([frozenset(self.letters)])
68 self.assertIn(self.thetype(self.letters), s)
74 self.assertEqual(self.s, self.thetype(self.word))
75 self.assertEqual(type(u), self.thetype)
79 self.assertEqual(self.thetype('abcba').union(C('cdc')), set('abcd'))
80 self.assertEqual(self.thetype('abcb
347 thetype = set variable in class:TestSet
591 thetype = SetSubclass variable in class:TestSetSubclass
604 thetype = frozenset variable in class:TestFrozenSet
669 thetype = FrozenSetSubclass variable in class:TestFrozenSetSubclass
[all...]

Completed in 421 milliseconds