Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/
D_decimal.c947 context_settraps(PyObject *self, PyObject *value, void *closure UNUSED) in context_settraps() function
1293 ret = context_settraps(self, traps, NULL); in context_init()
1474 { "_traps", (getter)context_gettraps, (setter)context_settraps, NULL, NULL},