Robot Framework
robot.utils.htmlformatters.ListFormatter Class Reference
Inheritance diagram for robot.utils.htmlformatters.ListFormatter:
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 _combine_lines (self, lines)
 
def _handles (self, line)
 

Static Private Attributes

 _format_item
 
bool _strip_lines
 

Detailed Description

Definition at line 318 of file htmlformatters.py.

Member Function Documentation

◆ _combine_lines()

def robot.utils.htmlformatters.ListFormatter._combine_lines (   self,
  lines 
)
private

Definition at line 336 of file htmlformatters.py.

◆ _handles()

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

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 328 of file htmlformatters.py.

◆ format()

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

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 331 of file htmlformatters.py.

Member Data Documentation

◆ _format_item

robot.utils.htmlformatters.ListFormatter._format_item
staticprivate

Definition at line 326 of file htmlformatters.py.

◆ _strip_lines

robot.utils.htmlformatters.ListFormatter._strip_lines
staticprivate

Definition at line 322 of file htmlformatters.py.


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