|
| def | split_row (cls, row) |
| |
| def | __init__ (self, spaces=2) |
| |
| def | check_separator (self, line) |
| | if line.startswith('*') and not self._cell_section: row = line.strip('*').strip(' ') if row in ['Keyword', 'Keywords', 'Test Case', 'Test Cases', 'Task', 'Tasks', 'Variable', 'Variables']: self._cell_section = True More...
|
| |
| def | read (self, file, populator, path=None) |
| |
| def | sharp_strip (self, line) |
| |
Definition at line 23 of file tsvreader.py.
◆ _check_deprecations()
| def robotide.lib.robot.parsing.tsvreader.TsvReader._check_deprecations |
( |
|
self, |
|
|
|
cells, |
|
|
|
path, |
|
|
|
line_number |
|
) |
| |
|
private |
◆ _deprecate_empty_data_cells()
| def robotide.lib.robot.parsing.tsvreader.TsvReader._deprecate_empty_data_cells |
( |
|
self, |
|
|
|
cells, |
|
|
|
path, |
|
|
|
line_number |
|
) |
| |
|
private |
◆ _deprecate_quoting()
| def robotide.lib.robot.parsing.tsvreader.TsvReader._deprecate_quoting |
( |
|
self, |
|
|
|
cell, |
|
|
|
path, |
|
|
|
line_number |
|
) |
| |
|
private |
◆ split_row()
| def robotide.lib.robot.parsing.tsvreader.TsvReader.split_row |
( |
|
cls, |
|
|
|
row |
|
) |
| |
The documentation for this class was generated from the following file: