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