Searched refs:PyDecContextManagerObject (Results 1 – 1 of 1) sorted by relevance
93 } PyDecContextManagerObject; typedef1726 PyDecContextManagerObject *self; in ctxmanager_new()1743 self = PyObject_New(PyDecContextManagerObject, in ctxmanager_new()1762 ctxmanager_dealloc(PyDecContextManagerObject *self) in ctxmanager_dealloc()1770 ctxmanager_set_local(PyDecContextManagerObject *self, PyObject *args UNUSED) in ctxmanager_set_local()1785 ctxmanager_restore_global(PyDecContextManagerObject *self, in ctxmanager_restore_global()1810 sizeof(PyDecContextManagerObject), /* tp_basicsize */