Home | History | Annotate | Download | only in Objects

Lines Matching refs:err_format

2281     static PyObject *err_format = NULL;
2304 if (err_format == NULL) {
2305 err_format = PyString_FromString("%r is not in list");
2306 if (err_format == NULL)
2312 err_string = PyString_Format(err_format, format_tuple);