Home
last modified time | relevance | path

Searched defs:PyList_Insert (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dlistobject.c256 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert() function
/aosp_15_r20/external/python/cpython3/Objects/
Dlistobject.c308 PyList_Insert(PyObject *op, Py_ssize_t where, PyObject *newitem) in PyList_Insert() function