Home
last modified time | relevance | path

Searched refs:append_method (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
DcPickle.c4436 PyObject *value = 0, *list = 0, *append_method = 0; in do_append() local
4459 if (!( append_method = PyObject_GetAttr(list, append_str))) in do_append()
4469 junk = PyObject_Call(append_method, self->arg, in do_append()
4476 Py_DECREF(append_method); in do_append()
4482 Py_DECREF(append_method); in do_append()