Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_csv.c1180 join_append(WriterObj *self, PyObject *field, int quoted) in join_append() function
1276 append_ok = join_append(self, field, quoted); in csv_writerow()
1280 append_ok = join_append(self, NULL, quoted); in csv_writerow()
1292 append_ok = join_append(self, str, quoted); in csv_writerow()
1311 if (!join_append(self, NULL, 1)) in csv_writerow()