Searched refs:csv_error (Results 1 – 1 of 1) sorted by relevance
340 PyObject* csv_error = NULL; variable348 csv_error = PyObject_GetAttrString(csv_module, "Error"); in init_csv_reader()349 return csv_error != NULL; in init_csv_reader()387 if (PyErr_ExceptionMatches(csv_error)) { in fuzz_csv_reader()