Searched refs:PyDecContextManagerObject (Results 1 – 1 of 1) sorted by relevance
96 } PyDecContextManagerObject; typedef1742 PyDecContextManagerObject *self; in ctxmanager_new()1769 self = PyObject_New(PyDecContextManagerObject, in ctxmanager_new()1799 ctxmanager_dealloc(PyDecContextManagerObject *self) in ctxmanager_dealloc()1807 ctxmanager_set_local(PyDecContextManagerObject *self, PyObject *args UNUSED) in ctxmanager_set_local()1822 ctxmanager_restore_global(PyDecContextManagerObject *self, in ctxmanager_restore_global()1847 sizeof(PyDecContextManagerObject), /* tp_basicsize */