Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c4422 PyObject *value = 0, *list = 0, *append_method = 0; in do_append() local
4445 if (!( append_method = PyObject_GetAttr(list, append_str))) in do_append()
4455 junk = PyObject_Call(append_method, self->arg, in do_append()
4462 Py_DECREF(append_method); in do_append()
4468 Py_DECREF(append_method); in do_append()