Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c164 # define PyList_Insert py3_PyList_Insert
321 static int (*py3_PyList_Insert)(PyObject *, int, PyObject *); variable
510 {"PyList_Insert", (PYTHON_PROC*)&py3_PyList_Insert},