| Modifier and Type | Field and Description |
|---|---|
| public char | delimiter
Field separator. |
| public static final String | |
| public boolean | doublequote
Whether " is represented by "". |
| public char | escapechar
Escape character. |
| public String | lineterminator
String to write between records. |
| public char | quotechar
Quote character. |
| public QuoteStyle | quoting
Style of quoting to write. |
| public boolean | skipinitialspace
Ignore spaces following delimiter? |
| public boolean | strict
Whether an exception is raised on bad CSV. |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public | |
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| pack-priv static final PyObject | Dialect___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
|
| public PyObject | |
| public PyObject | |
| public PyObject | |
| public void | |
| private static boolean | |
| private static char | |
| private static int | |
| private static String |
| delimiter | back to summary |
|---|---|
| public char delimiter Field separator. | |
| Dialect_doc | back to summary |
|---|---|
| public static final String Dialect_doc | |
| doublequote | back to summary |
|---|---|
| public boolean doublequote Whether " is represented by "". | |
| escapechar | back to summary |
|---|---|
| public char escapechar Escape character. | |
| lineterminator | back to summary |
|---|---|
| public String lineterminator String to write between records. | |
| quotechar | back to summary |
|---|---|
| public char quotechar Quote character. | |
| quoting | back to summary |
|---|---|
| public QuoteStyle quoting Style of quoting to write. | |
| skipinitialspace | back to summary |
|---|---|
| public boolean skipinitialspace Ignore spaces following delimiter? | |
| strict | back to summary |
|---|---|
| public boolean strict Whether an exception is raised on bad CSV. | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyDialect | back to summary |
|---|---|
| public PyDialect() | |
| PyDialect | back to summary |
|---|---|
| public PyDialect(PyType subType) | |
| delQuoting | back to summary |
|---|---|
public void delQuoting()
| |
| Dialect___new__ | back to summary |
|---|---|
pack-priv static final PyObject Dialect___new__(PyNewWrapper new_, boolean init, PyType subtype, PyObject[] args, String[] keywords)
| |
| getEscapechar | back to summary |
|---|---|
public PyObject getEscapechar()
| |
| getQuotechar | back to summary |
|---|---|
public PyObject getQuotechar()
| |
| getQuoting | back to summary |
|---|---|
public PyObject getQuoting()
| |
| setQuoting | back to summary |
|---|---|
public void setQuoting(PyObject obj)
| |
| toBool | back to summary |
|---|---|
| private static boolean toBool(String name, PyObject src, boolean dflt) | |
| toChar | back to summary |
|---|---|
| private static char toChar(String name, PyObject src, char dflt) | |
| toInt | back to summary |
|---|---|
| private static int toInt(String name, PyObject src, int dflt) | |
| toStr | back to summary |
|---|---|
| private static String toStr(String name, PyObject src, String dflt) | |