Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
docutils.parsers.rst.directives.tables.CSVTable.HeaderDialect Class Reference
Inheritance diagram for docutils.parsers.rst.directives.tables.CSVTable.HeaderDialect:
Inheritance graph
[legend]
Collaboration diagram for docutils.parsers.rst.directives.tables.CSVTable.HeaderDialect:
Collaboration graph
[legend]

Public Member Functions

 __init__ (self)
 

Static Public Attributes

str delimiter = ','
 
str quotechar = '"'
 
str escapechar = '\\'
 
bool doublequote = False
 
bool skipinitialspace = True
 
bool strict = True
 
str lineterminator = '\n'
 
 quoting = csv.QUOTE_MINIMAL
 

Detailed Description

CSV dialect used for the "header" option data.

Deprecated. Will be removed in Docutils 0.22.

The documentation for this class was generated from the following file: