Errors

class mysqltsv.errors.RowReadingError(lineno, line, e)[source]

Thrown when an error occurs during TSV row reading.

e = None

Exception : The exception that was thrown.

line = None

str : The line itself.

lineno = None

int : The line number that errored.

Previous topic

Writing

This Page