Home
last modified time | relevance | path

Searched refs:equality_op (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
D_pydecimal.py882 self, other = _convert_for_comparison(self, other, equality_op=True)
6032 def _convert_for_comparison(self, other, equality_op=False): argument
6056 if equality_op and isinstance(other, _numbers.Complex) and other.imag == 0:
6060 if equality_op: