ID EN
CSV

unregister_dialect

Python 3.11

Delete the dialect associated with name from the dialect registry. An Error is raised if name is not a registered dialect name.

Syntax

PYTHON
csv.unregister_dialect(name)

See Also

Error