Home
last modified time | relevance | path

Searched refs:_fill_logical (Results 1 – 1 of 1) 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)