| Modifier and Type | Field and Description |
|---|---|
| public static PyString | |
| public static PyString | |
| public PyDialect | dialect
Parsing dialect. |
| private int | num_fields
Number of fields in record. |
| private boolean | quoted
Whether field should be quoted during a join. |
| private StringBuffer | rec
Buffer for parser.join. |
| private int | rec_len
Length of record. |
| public static final PyType | |
| private PyObject | writeline
Output lines writer callable. |
| public static final String |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| private void | |
| private boolean | |
| private int | join_append_data(String field, boolean quote_empty, boolean copy_phase)
This method behaves differently depending on the value of copy_phase: if copy_phase is false, then the method determines the new record length. |
| private boolean | |
| private void | |
| public boolean | refersDirectlyTo(PyObject ob)
Implements org. Optional operation. |
| public int | traverse(Visitproc visit, Object arg)
Implements org. Traverses all directly contained |
| pack-priv final boolean | |
| pack-priv final void | |
| public boolean | |
| public void |
| __doc__writerow | back to summary |
|---|---|
| public static PyString __doc__writerow | |
| __doc__writerows | back to summary |
|---|---|
| public static PyString __doc__writerows | |
| dialect | back to summary |
|---|---|
| public PyDialect dialect Parsing dialect. | |
| num_fields | back to summary |
|---|---|
| private int num_fields Number of fields in record. | |
| quoted | back to summary |
|---|---|
| private boolean quoted Whether field should be quoted during a join. | |
| rec | back to summary |
|---|---|
| private StringBuffer rec Buffer for parser.join. | |
| rec_len | back to summary |
|---|---|
| private int rec_len Length of record. | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| writeline | back to summary |
|---|---|
| private PyObject writeline Output lines writer callable. | |
| writer_doc | back to summary |
|---|---|
| public static final String writer_doc | |
| PyWriter | back to summary |
|---|---|
| public PyWriter(PyObject writeline, PyDialect dialect) | |
| addChar | back to summary |
|---|---|
| private void addChar(char c, boolean copy_phase) | |
| join_append | back to summary |
|---|---|
| private boolean join_append(String field, boolean quote_empty) | |
| join_append_data | back to summary |
|---|---|
| private int join_append_data(String field, boolean quote_empty, boolean copy_phase) This method behaves differently depending on the value of copy_phase: if copy_phase is false, then the method determines the new record length. If copy_phase is true then the new field is appended to the record. | |
| join_append_lineterminator | back to summary |
|---|---|
| private boolean join_append_lineterminator() | |
| join_reset | back to summary |
|---|---|
| private void join_reset() | |
| refersDirectlyTo | back to summary |
|---|---|
| public boolean refersDirectlyTo(PyObject ob) Implements org. Doc from org. Optional operation.
Should only be implemented if it is more efficient
than calling
| |
| traverse | back to summary |
|---|---|
| public int traverse(Visitproc visit, Object arg) Implements org. Doc from org. Traverses all directly contained
| |
| writer_writerow | back to summary |
|---|---|
pack-priv final boolean writer_writerow(PyObject seq)
| |
| writer_writerows | back to summary |
|---|---|
pack-priv final void writer_writerows(PyObject seqseq)
| |
| writerow | back to summary |
|---|---|
| public boolean writerow(PyObject seq) | |
| writerows | back to summary |
|---|---|
| public void writerows(PyObject seqseq) | |