class documentation

class CSVTable(Table): (source)

View In Hierarchy

Undocumented

Class DocutilsDialect CSV dialect for `csv_table` directive.
Class HeaderDialect 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 reporter Undocumented
Instance Variable state Undocumented
Instance Variable state_machine Undocumented
@staticmethod
def decode_from_csv(s): (source)

Undocumented

@staticmethod
def encode_for_csv(s): (source)

Undocumented

def check_requirements(self): (source)

Undocumented

def get_csv_data(self): (source)

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): (source)

Undocumented

def run(self): (source)

Undocumented

option_spec = (source)

Mapping of option names to validator functions.