Home
last modified time | relevance | path

Searched refs:warnings_functions (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Python/
D_warnings.c789 static PyMethodDef warnings_functions[] = { variable
893 m = Py_InitModule3(MODULE_NAME, warnings_functions, warnings__doc__); in _PyWarnings_Init()
/external/python/cpython3/Python/
D_warnings.c1347 static PyMethodDef warnings_functions[] = { variable
1364 warnings_functions, /* m_methods */
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv1904 Python/_warnings.c - warnings_functions variable static PyMethodDef warnings_functions[]