Lines Matching defs:err_string
2283 PyObject *v, *format_tuple, *err_string;2315 err_string = PyString_Format(err_format, format_tuple);2317 if (err_string == NULL)2319 PyErr_SetObject(PyExc_ValueError, err_string);2320 Py_DECREF(err_string);