Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.c554 static PyMethodDef getpath_nowarn_method = {"warn", getpath_nowarn, 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.tsv673 Modules/getpath.c - getpath_nowarn_method -