Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.writer.aligners.NullAligner Class Reference
Inheritance diagram for robotide.lib.robot.writer.aligners.NullAligner:
robotide.lib.robot.writer.aligners._Aligner

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)
 

Detailed Description

Definition at line 58 of file aligners.py.

Member Function Documentation

◆ align_row()

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.

◆ align_rows()

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.


The documentation for this class was generated from the following file: