Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c826 context_setemax(PyObject *self, PyObject *value, void *closure UNUSED) in context_setemax() function
1277 if (emax != Py_None && context_setemax(self, emax, NULL) < 0) { in context_init()
1467 { "Emax", (getter)context_getemax, (setter)context_setemax, NULL, NULL},