Searched refs:DIASET (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _csv.c | 485 #define DIASET(meth, name, target, src, dflt) \ in dialect_new() macro 488 DIASET(_set_char, "delimiter", &self->delimiter, delimiter, ','); in dialect_new() 489 DIASET(_set_bool, "doublequote", &self->doublequote, doublequote, true); in dialect_new() 490 DIASET(_set_char_or_none, "escapechar", &self->escapechar, escapechar, NOT_SET); in dialect_new() 491 DIASET(_set_str, "lineterminator", &self->lineterminator, lineterminator, "\r\n"); in dialect_new() 492 DIASET(_set_char_or_none, "quotechar", &self->quotechar, quotechar, '"'); in dialect_new() 493 DIASET(_set_int, "quoting", &self->quoting, quoting, QUOTE_MINIMAL); in dialect_new() 494 DIASET(_set_bool, "skipinitialspace", &self->skipinitialspace, skipinitialspace, false); in dialect_new() 495 DIASET(_set_bool, "strict", &self->strict, strict, false); in dialect_new()
|
Completed in 2 milliseconds