Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_csv.c1117 join_append(WriterObj *self, char *field, int *quoted, int quote_empty) in join_append() function
1202 append_ok = join_append(self, in csv_writerow()
1208 append_ok = join_append(self, "", &quoted, len == 1); in csv_writerow()
1223 append_ok = join_append(self, PyString_AS_STRING(str), in csv_writerow()