Home | History | Annotate | Download | only in Modules

Lines Matching refs:append_method

4436     PyObject *value = 0, *list = 0, *append_method = 0;
4459 if (!( append_method = PyObject_GetAttr(list, append_str)))
4469 junk = PyObject_Call(append_method, self->arg,
4476 Py_DECREF(append_method);
4482 Py_DECREF(append_method);