Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c786 context_setprec(PyObject *self, PyObject *value, void *closure UNUSED) in context_setprec() function
1268 if (prec != Py_None && context_setprec(self, prec, NULL) < 0) { in context_init()
1466 { "prec", (getter)context_getprec, (setter)context_setprec, NULL, NULL},