Searched defs:difference_update (Results 1 – 2 of 2) sorted by relevance
235 void difference_update(const OrderedSet &other) { in difference_update() function242 void difference_update(const sequential_type &other) { in difference_update() function248 void difference_update(const vector_type &other) { in difference_update() function495 void difference_update(const OrderedSet &other) { in difference_update() function501 void difference_update(const sequential_type &other) { in difference_update() function507 void difference_update(const vector_type &other) { in difference_update() function
137 def difference_update(self, other): member in WeakSet