Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c927 context_setcapitals(PyObject *self, PyObject *value, void *closure UNUSED) in context_setcapitals() function
1280 if (capitals != Py_None && context_setcapitals(self, capitals, NULL) < 0) { in context_init()
1470 { "capitals", (getter)context_getcapitals, (setter)context_setcapitals, NULL, NULL},