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