Documentation
¶
Overview ¶
Package _csv is the gopy port of CPython's _csv built-in module. It exposes the CSV reader/writer infrastructure backed by Go's encoding/csv package. Dialect management, quoting constants, and the reader/writer types mirror the CPython surface defined in Modules/_csv.c.
CPython: Modules/_csv.c:1 _csv module
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dialect ¶
Dialect holds the formatting parameters for a CSV reader or writer. CPython: Modules/_csv.c:106 DialectObj
Click to show internal directories.
Click to hide internal directories.