Searched refs:_power_modulo (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | decimal.py | 1851 def _power_modulo(self, other, modulo, context=None): member in Decimal 2197 return self._power_modulo(other, modulo, context)
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 1966 def _power_modulo(self, other, modulo, context=None): member in Decimal 2313 return self._power_modulo(other, modulo, context)
|