Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_decimal/
D_decimal.c1611 PyDec_SetCurrentContext(PyObject *self UNUSED, PyObject *v) in PyDec_SetCurrentContext() function
1700 PyDec_SetCurrentContext(PyObject *self UNUSED, PyObject *v) in PyDec_SetCurrentContext() function
1811 ret = PyDec_SetCurrentContext(NULL, self->local); in ctxmanager_set_local()
1827 ret = PyDec_SetCurrentContext(NULL, self->global); in ctxmanager_restore_global()
5729 { "setcontext", (PyCFunction)PyDec_SetCurrentContext, METH_O, doc_setcontext},