Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
D_warnings.c782 static PyMethodDef warnings_functions[] = { variable
886 m = Py_InitModule3(MODULE_NAME, warnings_functions, warnings__doc__); in _PyWarnings_Init()