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