Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __xor__(self, other):
return self._binary_operation(other, Utility.nonboolean_xor)
def __xor__(self, other):
return Format(
format=Utility.nonboolean_xor(self.format, other.format, None))
def __xor__(self, other):
return Fill(
background=Utility.nonboolean_xor(self._background,
other._background, None))
def __xor__(self, other):
return self._binary_operation(other, Utility.nonboolean_xor)
def __xor__(self, other):
return self._binary_operation(other, Utility.nonboolean_xor)
def __xor__(self, other):
return self._binary_operation(other, Utility.nonboolean_xor)