Searched refs:_convert_for_comparison (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 882 self, other = _convert_for_comparison(self, other, equality_op=True) 890 self, other = _convert_for_comparison(self, other) 899 self, other = _convert_for_comparison(self, other) 908 self, other = _convert_for_comparison(self, other) 917 self, other = _convert_for_comparison(self, other) 6032 def _convert_for_comparison(self, other, equality_op=False): function
|