Home
last modified time | relevance | path

Searched refs:warnings_functions (Results 1 – 2 of 2) 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.c1218 static PyMethodDef warnings_functions[] = { variable
1297 warnings_functions,