Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c183 # define PyDict_GetItemString py3_PyDict_GetItemString
362 static PyObject* (*py3_PyDict_GetItemString)(PyObject *, const char *); variable
545 {"PyDict_GetItemString", (PYTHON_PROC*)&py3_PyDict_GetItemString},