Searched refs:equality_op (Results 1 – 1 of 1) sorted by relevance
882 self, other = _convert_for_comparison(self, other, equality_op=True)6032 def _convert_for_comparison(self, other, equality_op=False): argument6056 if equality_op and isinstance(other, _numbers.Complex) and other.imag == 0:6060 if equality_op: