Home
last modified time | relevance | path

Searched defs:warnings_module (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
D_warnings.c187 PyObject *warnings_module, *obj; in get_warnings_attr() local
1378 static struct PyModuleDef warnings_module = { variable
Dpylifecycle.c1139 PyObject *warnings_module = PyImport_ImportModule("warnings"); in init_interp_main() local