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