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

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)
 

Detailed Description

Definition at line 41 of file aligners.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.writer.aligners.ColumnAligner.__init__ (   self,
  first_column_width,
  table 
)

Definition at line 43 of file aligners.py.

Member Function Documentation

◆ _count_widths()

def robotide.lib.robot.writer.aligners.ColumnAligner._count_widths (   self,
  first_column_width,
  table 
)
private

Definition at line 46 of file aligners.py.


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