Home | History | Annotate | Download | only in Python

Lines Matching refs:warnings_module

976         PyObject *warnings_module = PyImport_ImportModule("warnings");
977 if (warnings_module == NULL) {
981 Py_XDECREF(warnings_module);