Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c908 context_setround(PyObject *self, PyObject *value, void *closure UNUSED) in context_setround() function
1271 if (rounding != Py_None && context_setround(self, rounding, NULL) < 0) { in context_init()
1469 { "rounding", (getter)context_getround, (setter)context_setround, NULL, NULL},