Lines Matching defs:line
128 unsigned long line_num; /* Source-file line number */
680 /* empty line - return [] */
746 /* end of line - return [fields] */
818 /* end of line - return [fields] */
844 "new-line character seen in unquoted field - do you need to open the file in universal-newline mode?");
1244 PyObject *iter, *field, *line, *result;
1315 /* Add line terminator.
1321 line = PyUnicode_FromKindAndData(PyUnicode_4BYTE_KIND,
1323 if (line == NULL) {
1326 result = PyObject_CallOneArg(self->write, line);
1327 Py_DECREF(line);
1623 "like line.split(\",\") is bound to fail. The module supports three\n"
1679 "The \"iterable\" argument can be any object that returns a line\n"