Searched refs:union_update (Results 1 – 2 of 2) sorted by relevance
284 self.set.union_update(Set([3, 4, 5]))410 self.set.union_update(())414 self.set.union_update(("a",))418 self.set.union_update(("a", "z"))531 self.set.union_update(self.other)533 self.assertRaises(TypeError, self.set.union_update, self.other)
434 def union_update(self, other): member in Set