Searched refs:context_setprec (Results 1 – 1 of 1) sorted by relevance
786 context_setprec(PyObject *self, PyObject *value, void *closure UNUSED) in context_setprec() function1268 if (prec != Py_None && context_setprec(self, prec, NULL) < 0) { in context_init()1466 { "prec", (getter)context_getprec, (setter)context_setprec, NULL, NULL},