20 def __init__(self, want_name_on_first_row=None):
25 if table.type
in [
'setting',
'variable']:
31 for index, item
in enumerate(items):
34 if not self.
_last_last(items, index):
39 for r
in self.
_add_name_add_name(test_or_keyword.name, rows, table):
46 return [[name]] + rows
51 yield [
''] * indent + child.as_list()
52 if child.is_for_loop():
58 return index >= len(items) -1