Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h84 static PyObject *py_find_spec; variable
1219 spec = PyObject_CallFunction(py_find_spec, "sOO", fullname, paths, target); in FinderFindSpec()
6950 if (!(py_find_spec = PyObject_GetAttrString(cls, "find_spec"))) in populate_module()
6965 ADD_OBJECT(m, "_find_spec", py_find_spec); in populate_module()