|
| def | __init__ (self, cols=8, split_multiline_doc=False) |
| |
| def | split (self, row, table_type) |
| |
|
| def | _comment_rest_if_needed (self, current, rest) |
| |
| def | _continue_row (self, row, indent) |
| |
| def | _escape_last_cell_if_empty (self, row) |
| |
| def | _get_first_non_empty_index (self, row, indented=False) |
| |
| def | _get_indent (self, row, table_type) |
| |
| def | _get_possible_split_indices (self, data) |
| |
| def | _is_doc_row (self, row, table_type) |
| |
| def | _split (self, data) |
| |
| def | _split_doc (self, doc) |
| |
| def | _split_doc_row (self, row, indent) |
| |
| def | _split_empty_row (self) |
| |
| def | _split_row (self, row, indent) |
| |
Definition at line 19 of file rowsplitter.py.
◆ __init__()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter.__init__ |
( |
|
self, |
|
|
|
cols = 8, |
|
|
|
split_multiline_doc = False |
|
) |
| |
◆ _comment_rest_if_needed()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._comment_rest_if_needed |
( |
|
self, |
|
|
|
current, |
|
|
|
rest |
|
) |
| |
|
private |
◆ _continue_row()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._continue_row |
( |
|
self, |
|
|
|
row, |
|
|
|
indent |
|
) |
| |
|
private |
◆ _escape_last_cell_if_empty()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._escape_last_cell_if_empty |
( |
|
self, |
|
|
|
row |
|
) |
| |
|
private |
◆ _get_first_non_empty_index()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._get_first_non_empty_index |
( |
|
self, |
|
|
|
row, |
|
|
|
indented = False |
|
) |
| |
|
private |
◆ _get_indent()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._get_indent |
( |
|
self, |
|
|
|
row, |
|
|
|
table_type |
|
) |
| |
|
private |
◆ _get_possible_split_indices()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._get_possible_split_indices |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _is_doc_row()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._is_doc_row |
( |
|
self, |
|
|
|
row, |
|
|
|
table_type |
|
) |
| |
|
private |
◆ _split()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._split |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _split_doc()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._split_doc |
( |
|
self, |
|
|
|
doc |
|
) |
| |
|
private |
◆ _split_doc_row()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._split_doc_row |
( |
|
self, |
|
|
|
row, |
|
|
|
indent |
|
) |
| |
|
private |
◆ _split_empty_row()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._split_empty_row |
( |
|
self | ) |
|
|
private |
◆ _split_row()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter._split_row |
( |
|
self, |
|
|
|
row, |
|
|
|
indent |
|
) |
| |
|
private |
◆ split()
| def robotide.lib.robot.writer.rowsplitter.RowSplitter.split |
( |
|
self, |
|
|
|
row, |
|
|
|
table_type |
|
) |
| |
◆ _cols
| robotide.lib.robot.writer.rowsplitter.RowSplitter._cols |
|
private |
◆ _comment_mark
| robotide.lib.robot.writer.rowsplitter.RowSplitter._comment_mark |
|
staticprivate |
◆ _empty_cell_escape
| robotide.lib.robot.writer.rowsplitter.RowSplitter._empty_cell_escape |
|
staticprivate |
◆ _indented_tables
| robotide.lib.robot.writer.rowsplitter.RowSplitter._indented_tables |
|
staticprivate |
◆ _line_continuation
| robotide.lib.robot.writer.rowsplitter.RowSplitter._line_continuation |
|
staticprivate |
◆ _setting_table
| robotide.lib.robot.writer.rowsplitter.RowSplitter._setting_table |
|
staticprivate |
◆ _split_from
| robotide.lib.robot.writer.rowsplitter.RowSplitter._split_from |
|
staticprivate |
◆ _split_multiline_doc
| robotide.lib.robot.writer.rowsplitter.RowSplitter._split_multiline_doc |
|
private |
The documentation for this class was generated from the following file: