Searched refs:x_attr (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dxxmodule.c9 You will probably want to delete all references to 'x_attr' and add
23 PyObject *x_attr; /* Attributes dictionary */ member in struct:__anon177341
37 self->x_attr = NULL;
46 Py_XDECREF(self->x_attr);
68 if (self->x_attr != NULL) {
69 PyObject *v = PyDict_GetItemString(self->x_attr, name);
81 if (self->x_attr == NULL) {
82 self->x_attr = PyDict_New();
83 if (self->x_attr == NULL)
87 int rv = PyDict_DelItemString(self->x_attr, nam
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dxxmodule.c9 You will probably want to delete all references to 'x_attr' and add
23 PyObject *x_attr; /* Attributes dictionary */ member in struct:__anon177464
37 self->x_attr = NULL;
46 Py_XDECREF(self->x_attr);
68 if (self->x_attr != NULL) {
69 PyObject *v = PyDict_GetItemString(self->x_attr, name);
81 if (self->x_attr == NULL) {
82 self->x_attr = PyDict_New();
83 if (self->x_attr == NULL)
87 int rv = PyDict_DelItemString(self->x_attr, nam
[all...]

Completed in 41 milliseconds