Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_pickle.c6489 PyObject *append_func; in do_append() local
6494 append_func = PyObject_GetAttr(list, &_Py_ID(append)); in do_append()
6495 if (append_func == NULL) in do_append()
6499 result = _Pickle_FastCall(append_func, value); in do_append()
6503 Py_DECREF(append_func); in do_append()
6509 Py_DECREF(append_func); in do_append()

Completed in 10 milliseconds