Searched refs:py_chdir (Results 1 – 1 of 1) sorted by relevance
77 static PyObject *py_chdir; variable1055 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()