Definition at line 21 of file datarow.py.
◆ __init__()
| def robotide.lib.robot.parsing.datarow.DataRow.__init__ |
( |
|
self, |
|
|
|
cells, |
|
|
|
source = None |
|
) |
| |
◆ __nonzero__()
| def robotide.lib.robot.parsing.datarow.DataRow.__nonzero__ |
( |
|
self | ) |
|
◆ _collapse_whitespace()
| def robotide.lib.robot.parsing.datarow.DataRow._collapse_whitespace |
( |
|
self, |
|
|
|
cell |
|
) |
| |
|
private |
◆ _deprecate_escaped_cells_before_continuation()
| def robotide.lib.robot.parsing.datarow.DataRow._deprecate_escaped_cells_before_continuation |
( |
|
self, |
|
|
|
data |
|
) |
| |
|
private |
◆ _parse()
| def robotide.lib.robot.parsing.datarow.DataRow._parse |
( |
|
self, |
|
|
|
row |
|
) |
| |
|
private |
◆ all()
| def robotide.lib.robot.parsing.datarow.DataRow.all |
( |
|
self | ) |
|
|
private |
◆ data()
| def robotide.lib.robot.parsing.datarow.DataRow.data |
( |
|
self | ) |
|
|
private |
◆ dedent()
| def robotide.lib.robot.parsing.datarow.DataRow.dedent |
( |
|
self | ) |
|
◆ first_non_empty_cell()
| def robotide.lib.robot.parsing.datarow.DataRow.first_non_empty_cell |
( |
|
self | ) |
|
|
private |
◆ head()
| def robotide.lib.robot.parsing.datarow.DataRow.head |
( |
|
self | ) |
|
|
private |
◆ is_commented()
| def robotide.lib.robot.parsing.datarow.DataRow.is_commented |
( |
|
self | ) |
|
◆ is_continuing()
| def robotide.lib.robot.parsing.datarow.DataRow.is_continuing |
( |
|
self | ) |
|
◆ is_indented()
| def robotide.lib.robot.parsing.datarow.DataRow.is_indented |
( |
|
self | ) |
|
◆ starts_for_loop()
| def robotide.lib.robot.parsing.datarow.DataRow.starts_for_loop |
( |
|
self | ) |
|
◆ starts_test_or_user_keyword_setting()
| def robotide.lib.robot.parsing.datarow.DataRow.starts_test_or_user_keyword_setting |
( |
|
self | ) |
|
◆ tail()
| def robotide.lib.robot.parsing.datarow.DataRow.tail |
( |
|
self | ) |
|
|
private |
◆ test_or_user_keyword_setting_name()
| def robotide.lib.robot.parsing.datarow.DataRow.test_or_user_keyword_setting_name |
( |
|
self | ) |
|
◆ _row_continuation_marker
| robotide.lib.robot.parsing.datarow.DataRow._row_continuation_marker |
|
staticprivate |
◆ cells
| robotide.lib.robot.parsing.datarow.DataRow.cells |
◆ comments
| robotide.lib.robot.parsing.datarow.DataRow.comments |
◆ source
| robotide.lib.robot.parsing.datarow.DataRow.source |
◆ all
| robotide.lib.robot.parsing.datarow.DataRow.all = property |
|
static |
◆ data
| robotide.lib.robot.parsing.datarow.DataRow.data = property |
|
static |
◆ first_non_empty_cell
| robotide.lib.robot.parsing.datarow.DataRow.first_non_empty_cell = property |
|
static |
◆ head
| robotide.lib.robot.parsing.datarow.DataRow.head = property |
|
static |
◆ tail
| robotide.lib.robot.parsing.datarow.DataRow.tail = property |
|
static |
The documentation for this class was generated from the following file: