Searched refs:PyDec_SetCurrentContext (Results 1 – 1 of 1) sorted by relevance
1611 PyDec_SetCurrentContext(PyObject *self UNUSED, PyObject *v) in PyDec_SetCurrentContext() function1700 PyDec_SetCurrentContext(PyObject *self UNUSED, PyObject *v) in PyDec_SetCurrentContext() function1811 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},