Lines Matching refs:PyObject_GetAttrString
1312 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()
6956 if ((py_find_module = PyObject_GetAttrString(cls, "find_module"))) in populate_module()
6970 if (!(py_find_module = PyObject_GetAttrString(imp, "find_module"))) in populate_module()
6976 if (!(py_load_module = PyObject_GetAttrString(imp, "load_module"))) in populate_module()