HomeSort by relevance Sort by last modified time
    Searched full:x_attr (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 9 You will probably want to delete all references to 'x_attr' and add
23 PyObject *x_attr; /* Attributes dictionary */ member in struct:__anon63205
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, name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 9 You will probably want to delete all references to 'x_attr' and add
23 PyObject *x_attr; /* Attributes dictionary */ member in struct:__anon63328
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, name)
    [all...]

Completed in 231 milliseconds