HomeSort by relevance Sort by last modified time
    Searched full:getround (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_decimal/
_decimal.c 510 getround(PyObject *v) function
913 x = getround(value);
    [all...]
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 210 def getround(self): member in class:Context
237 rounding = property(getround, setround)
    [all...]

Completed in 428 milliseconds