Home
last modified time | relevance | path

Searched refs:Dialect_get_quotechar (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_csv.c195 Dialect_get_quotechar(DialectObj *self) in Dialect_get_quotechar() function
316 { "quotechar", (getter)Dialect_get_quotechar},
/external/python/cpython3/Modules/
D_csv.c185 Dialect_get_quotechar(DialectObj *self, void *Py_UNUSED(ignored)) in Dialect_get_quotechar() function
346 { "quotechar", (getter)Dialect_get_quotechar},