Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py1851 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.py1966 def _power_modulo(self, other, modulo, context=None): member in Decimal
2313 return self._power_modulo(other, modulo, context)