Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c235 # define PyObject_Call dll_PyObject_Call macro
H A Dif_python3.c207 # define PyObject_Call py3_PyObject_Call macro
H A Dif_py_both.h1007 if (!(ret = PyObject_Call(_chdir, args, kwargs))) in _VimChdir()