Searched refs:PyDecContextObject (Results 1 – 1 of 1) sorted by relevance
90 } PyDecContextObject; typedef112 #define CTX(v) (&((PyDecContextObject *)v)->ctx)113 #define CtxCaps(v) (((PyDecContextObject *)v)->capitals)135 static PyDecContextObject *cached_context = NULL;1124 retval = ((PyDecContextObject *)self)->traps; in context_getattr()1129 retval = ((PyDecContextObject *)self)->flags; in context_getattr()1246 PyDecContextObject *self = NULL; in context_new()1250 self = PyObject_New(PyDecContextObject, &PyDecContext_Type); in context_new()1253 self = (PyDecContextObject *)type->tp_alloc(type, 0); in context_new()1291 context_dealloc(PyDecContextObject *self) in context_dealloc()[all …]