Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.c553 static PyMethodDef getpath_warn_method = {"warn", getpath_warn, METH_VARARGS, NULL}; variable
571 PyMethodDef *m2 = warnings ? &getpath_warn_method : &getpath_nowarn_method; in funcs_to_dict()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv674 Modules/getpath.c - getpath_warn_method -