Public Member Functions | |
| def | align_row (self, row) |
| def | align_rows (self, rows) |
Public Member Functions inherited from robotide.lib.robot.writer.aligners._Aligner | |
| def | __init__ (self, widths=None) |
Definition at line 58 of file aligners.py.
| def robotide.lib.robot.writer.aligners.NullAligner.align_row | ( | self, | |
| row | |||
| ) |
Reimplemented from robotide.lib.robot.writer.aligners._Aligner.
Definition at line 63 of file aligners.py.
| def robotide.lib.robot.writer.aligners.NullAligner.align_rows | ( | self, | |
| rows | |||
| ) |
Reimplemented from robotide.lib.robot.writer.aligners._Aligner.
Definition at line 60 of file aligners.py.