Robot Framework
robot.utils.htmlformatters.TableFormatter Class Reference
Inheritance diagram for robot.utils.htmlformatters.TableFormatter:
robot.utils.htmlformatters._Formatter

Public Member Functions

def format (self, lines)
 
- Public Member Functions inherited from robot.utils.htmlformatters._Formatter
def __init__ (self)
 
def add (self, line)
 
def end (self)
 
def handles (self, line)
 

Private Member Functions

def _format_cell (self, content)
 
def _format_table (self, rows)
 
def _handles (self, line)
 
def _split_to_cells (self, line)
 

Static Private Attributes

 _format_cell_content
 
 _line_splitter
 
 _table_line
 

Detailed Description

Definition at line 261 of file htmlformatters.py.

Member Function Documentation

◆ _format_cell()

def robot.utils.htmlformatters.TableFormatter._format_cell (   self,
  content 
)
private

Definition at line 295 of file htmlformatters.py.

◆ _format_table()

def robot.utils.htmlformatters.TableFormatter._format_table (   self,
  rows 
)
private

Definition at line 284 of file htmlformatters.py.

◆ _handles()

def robot.utils.htmlformatters.TableFormatter._handles (   self,
  line 
)
private

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 275 of file htmlformatters.py.

◆ _split_to_cells()

def robot.utils.htmlformatters.TableFormatter._split_to_cells (   self,
  line 
)
private

Definition at line 281 of file htmlformatters.py.

◆ format()

def robot.utils.htmlformatters.TableFormatter.format (   self,
  lines 
)

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 278 of file htmlformatters.py.

Member Data Documentation

◆ _format_cell_content

robot.utils.htmlformatters.TableFormatter._format_cell_content
staticprivate

Definition at line 273 of file htmlformatters.py.

◆ _line_splitter

robot.utils.htmlformatters.TableFormatter._line_splitter
staticprivate

Definition at line 269 of file htmlformatters.py.

◆ _table_line

robot.utils.htmlformatters.TableFormatter._table_line
staticprivate

Definition at line 265 of file htmlformatters.py.


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