ID EN
CSV

escapechar

Python 3.11

A one-character string used by the writer to escape the delimiter if quoting is set to QUOTE_NONE and the quotechar if doublequote is False. On reading, the escapechar removes any special meaning from the following character. It defaults to None, which disables escaping.

Syntax

PYTHON
Dialect.escapechar

See Also

QUOTE_NONE False None