HomeSort by relevance Sort by last modified time
    Searched refs:union_update (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sets.py 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)
810 >>> employees.union_update(engineers) # update from another set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sets.py 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)
810 >>> employees.union_update(engineers) # update from another set
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sets.py 434 def union_update(self, other): member in class:Set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sets.py 434 def union_update(self, other): member in class:Set

Completed in 253 milliseconds