Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py3261 def _fill_logical(self, context, opa, opb): member in Decimal
3285 (opa, opb) = self._fill_logical(context, self._int, other._int)
3309 (opa, opb) = self._fill_logical(context, self._int, other._int)
3326 (opa, opb) = self._fill_logical(context, self._int, other._int)
/external/python/cpython3/Lib/
D_pydecimal.py3367 def _fill_logical(self, context, opa, opb): member in Decimal
3391 (opa, opb) = self._fill_logical(context, self._int, other._int)
3415 (opa, opb) = self._fill_logical(context, self._int, other._int)
3432 (opa, opb) = self._fill_logical(context, self._int, other._int)