Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c1074 context_setclamp(PyObject *self, PyObject *value, void *closure UNUSED) in context_setclamp() function
1283 if (clamp != Py_None && context_setclamp(self, clamp, NULL) < 0) { in context_init()
1471 { "clamp", (getter)context_getclamp, (setter)context_setclamp, NULL, NULL},