|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.core.PyObject
org.python.modules._csv.PyDialect
public class PyDialect
The Python CSV Dialect type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.python.core.PyObject |
---|
PyObject.ConversionException |
Field Summary | |
---|---|
PyString |
__doc__
|
char |
delimiter
Field separator. |
boolean |
doublequote
Whether " is represented by "". |
char |
escapechar
Escape character. |
String |
lineterminator
String to write between records. |
char |
quotechar
Quote character. |
QuoteStyle |
quoting
Style of quoting to write. |
boolean |
skipinitialspace
Ignore spaces following delimiter? |
boolean |
strict
Whether an exception is raised on bad CSV. |
static PyType |
TYPE
|
Constructor Summary | |
---|---|
PyDialect()
|
|
PyDialect(PyType subType)
|
Method Summary | |
---|---|
void |
delQuoting()
|
PyObject |
getEscapechar()
|
PyObject |
getQuotechar()
|
PyObject |
getQuoting()
|
void |
setQuoting(PyObject obj)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PyType TYPE
public PyString __doc__
public boolean doublequote
public char delimiter
public char quotechar
public char escapechar
public boolean skipinitialspace
public String lineterminator
public QuoteStyle quoting
public boolean strict
Constructor Detail |
---|
public PyDialect()
public PyDialect(PyType subType)
Method Detail |
---|
public PyObject getEscapechar()
public PyObject getQuotechar()
public PyObject getQuoting()
public void setQuoting(PyObject obj)
public void delQuoting()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |