Public Member Functions | |
| def | __init__ (self, first_column_width, table) |
Public Member Functions inherited from robotide.lib.robot.writer.aligners._Aligner | |
| def | __init__ (self, widths=None) |
| def | align_row (self, row) |
| def | align_rows (self, rows) |
Private Member Functions | |
| def | _count_widths (self, first_column_width, table) |
Definition at line 41 of file aligners.py.
| def robotide.lib.robot.writer.aligners.ColumnAligner.__init__ | ( | self, | |
| first_column_width, | |||
| table | |||
| ) |
Definition at line 43 of file aligners.py.
|
private |
Definition at line 46 of file aligners.py.