Home
last modified time | relevance | path

Searched defs:next_toward (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
D_pydecimal.py3544 def next_toward(self, other, context=None): member in Decimal
5015 def next_toward(self, a, b): member in Context
/external/python/cpython2/Lib/
Ddecimal.py3438 def next_toward(self, other, context=None): member in Decimal
4839 def next_toward(self, a, b): member in Context