Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h77 static PyObject *py_chdir; variable
1055 return _VimChdir(py_chdir, args, kwargs); in VimChdir()
6906 if (!(py_chdir = PyObject_GetAttrString(other_module, "chdir"))) in populate_module()
6908 ADD_OBJECT(m, "_chdir", py_chdir); in populate_module()