Searched refs:x_attr (Results 1 – 1 of 1) sorted by relevance
23 PyObject *x_attr; /* Attributes dictionary */ member37 self->x_attr = NULL; in newXxoObject()46 Py_XDECREF(self->x_attr); in Xxo_dealloc()68 if (self->x_attr != NULL) { in Xxo_getattr()69 PyObject *v = PyDict_GetItemString(self->x_attr, name); in Xxo_getattr()81 if (self->x_attr == NULL) { in Xxo_setattr()82 self->x_attr = PyDict_New(); in Xxo_setattr()83 if (self->x_attr == NULL) in Xxo_setattr()87 int rv = PyDict_DelItemString(self->x_attr, name); in Xxo_setattr()94 return PyDict_SetItemString(self->x_attr, name, v); in Xxo_setattr()