Every line of 'symmetric difference python' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your Python code is secure.
140 def symmetric_difference_update(self, other): # pragma: no cover 141 raise NotImplementedError
69 def set_difference_update(arr, *others): 70 pass