Searched defs:warnings_module (Results 1 – 3 of 3) sorted by relevance
7 def inner_api(message, *, stacklevel, warnings_module): argument
203 PyObject *warnings_module, *obj; in get_warnings_attr() local1504 static struct PyModuleDef warnings_module = { variable
1271 PyObject *warnings_module = PyImport_ImportModule("warnings"); in init_interp_main() local