class documentation

class CSVTable(Table):

View In Hierarchy

Undocumented

Class ​Docutils​Dialect CSV dialect for csv_table directive.
Class ​Header​Dialect CSV dialect to use for the "header" option data.
Static Method decode​_from​_csv Undocumented
Static Method encode​_for​_csv Undocumented
Method check​_requirements Undocumented
Method get​_csv​_data Get CSV data from the directive content, from an external file, or from a URL reference.
Method parse​_csv​_data​_into​_rows Undocumented
Method run Undocumented
Class Variable option​_spec Mapping of option names to validator functions.

Inherited from Table:

Method check​_table​_dimensions Undocumented
Method extend​_short​_rows​_with​_empty​_cells Undocumented
Method get​_column​_widths Undocumented
Method make​_title Undocumented
Method process​_header​_option Undocumented
Method set​_table​_width Undocumented
Class Variable final​_argument​_whitespace May the final argument contain whitespace?
Class Variable has​_content May the directive have content?
Class Variable optional​_arguments Number of optional arguments after the required arguments.
Property widths Undocumented

Inherited from Directive (via Table):

Method __init__ Undocumented
Method add​_name Append self.options['name'] to node['names'] if it exists.
Method assert​_has​_content Throw an ERROR-level DirectiveError if the directive doesn't have contents.
Method debug Undocumented
Method directive​_error Return a DirectiveError suitable for being thrown as an exception.
Method error Undocumented
Method info Undocumented
Method severe Undocumented
Method warning Undocumented
Class Variable required​_arguments Number of required directive arguments.
Instance Variable arguments Undocumented
Instance Variable block​_text Undocumented
Instance Variable content Undocumented
Instance Variable content​_offset Undocumented
Instance Variable lineno Undocumented
Instance Variable name Undocumented
Instance Variable options Undocumented
Instance Variable state Undocumented
Instance Variable state​_machine Undocumented
def decode_from_csv(s):

Undocumented

def encode_for_csv(s):

Undocumented

def check_requirements(self):

Undocumented

def get_csv_data(self):
Get CSV data from the directive content, from an external file, or from a URL reference.
def parse_csv_data_into_rows(self, csv_data, dialect, source):

Undocumented

def run(self):

Undocumented

option_spec =
Mapping of option names to validator functions.