Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c222 # define PyObject_GetItem dll_PyObject_GetItem macro
H A Dif_python3.c195 # define PyObject_GetItem py3_PyObject_GetItem macro
H A Dif_py_both.h6043 if (!(valObject = PyObject_GetItem(obj, keyObject))) in pymap_to_tv()