Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlistobject.c794 listappend(PyListObject *self, PyObject *v) in listappend() function
2517 {"append", (PyCFunction)listappend, METH_O, append_doc},