Searched refs:getpath_warn_method (Results 1 – 2 of 2) sorted by relevance
553 static PyMethodDef getpath_warn_method = {"warn", getpath_warn, METH_VARARGS, NULL}; variable571 PyMethodDef *m2 = warnings ? &getpath_warn_method : &getpath_nowarn_method; in funcs_to_dict()
674 Modules/getpath.c - getpath_warn_method -