Searched defs:quotechar (Results 1 – 8 of 8) sorted by relevance
35 quotechar = None variable in Dialect57 quotechar = '"' variable in excel72 quotechar = '"' variable in unix_dialect
38 quotechar = None variable in Dialect60 quotechar = '"' variable in excel
99 char quotechar; /* quote character */ member351 PyObject *quotechar = NULL; in dialect_new() local
83 Py_UCS4 quotechar; /* quote character */ member341 PyObject *quotechar = NULL; in dialect_new() local
100 quotechar='#' variable in Test_Csv._test_dialect_attrs.dialect
4623 xmlTextWriterSetQuoteChar(xmlTextWriterPtr writer, xmlChar quotechar) in xmlTextWriterSetQuoteChar()
44069 xmlChar quotechar; /* the quote character */ in test_xmlTextWriterSetQuoteChar() local