Class PyWriter

java.lang.Object
org.python.core.PyObject
org.python.modules._csv.PyWriter
All Implemented Interfaces:
Serializable, Traverseproc

public class PyWriter extends PyObject implements Traverseproc
CSV file writer. Analogous to CPython's _csv.c::WriterObj struct.
See Also: