Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h6859 PyObject *other_module; in populate_module() local
6893 if (!(other_module = PyImport_ImportModule("os"))) in populate_module()
6895 ADD_OBJECT(m, "os", other_module); in populate_module()
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()
6911 if (PyObject_SetAttrString(other_module, "chdir", attr)) in populate_module()
6918 if ((py_fchdir = PyObject_GetAttrString(other_module, "fchdir"))) in populate_module()
6923 if (PyObject_SetAttrString(other_module, "fchdir", attr)) in populate_module()