Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c223 # define PyObject_CallMethod dll_PyObject_CallMethod
374 static PyObject* (*dll_PyObject_CallMethod)(PyObject *, char *, PyObject *); variable
560 {"PyObject_CallMethod", (PYTHON_PROC*)&dll_PyObject_CallMethod},