Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1312 if (!(newest_path = PyObject_GetAttrString(module, "__path__"))) in find_module()
5762 pyfunc = PyObject_GetAttrString(pymain, DOPY_FUNC); in run_do()
6725 if (!(path_hook = PyObject_GetAttrString(vim_module, "path_hook"))) in init_sys_path()
6898 if (!(py_getcwd = PyObject_GetAttrString(other_module, "getcwd"))) in populate_module()
6901 if (!(py_getcwd = PyObject_GetAttrString(other_module, "getcwdu"))) in populate_module()
6906 if (!(py_chdir = PyObject_GetAttrString(other_module, "chdir"))) in populate_module()
6909 if (!(attr = PyObject_GetAttrString(m, "chdir"))) in populate_module()
6918 if ((py_fchdir = PyObject_GetAttrString(other_module, "fchdir"))) in populate_module()
6921 if (!(attr = PyObject_GetAttrString(m, "fchdir"))) in populate_module()
6950 if (!(py_find_spec = PyObject_GetAttrString(cls, "find_spec"))) in populate_module()
[all …]
H A Dif_python.c230 # define PyObject_GetAttrString dll_PyObject_GetAttrString macro
H A Dif_python3.c202 # define PyObject_GetAttrString py3_PyObject_GetAttrString macro