Searched refs:warnings_functions (Results 1 – 3 of 3) sorted by relevance
789 static PyMethodDef warnings_functions[] = { variable893 m = Py_InitModule3(MODULE_NAME, warnings_functions, warnings__doc__); in _PyWarnings_Init()
1353 static PyMethodDef warnings_functions[] = { variable1399 .m_methods = warnings_functions,
824 Python/_warnings.c - warnings_functions -