Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c232 # define PyObject_SetAttrString dll_PyObject_SetAttrString macro
H A Dif_python3.c204 # define PyObject_SetAttrString py3_PyObject_SetAttrString macro
H A Dif_py_both.h5825 PyObject_SetAttrString(pymain, DOPY_FUNC, NULL); in run_do()
6911 if (PyObject_SetAttrString(other_module, "chdir", attr)) in populate_module()
6923 if (PyObject_SetAttrString(other_module, "fchdir", attr)) in populate_module()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt840 Problem: Declaration has wrong return type for PyObject_SetAttrString().