Robot Framework
robot.utils.htmlformatters._Formatter Class Reference
Inheritance diagram for robot.utils.htmlformatters._Formatter:
robot.utils.htmlformatters.ListFormatter robot.utils.htmlformatters.ParagraphFormatter robot.utils.htmlformatters.PreformattedFormatter robot.utils.htmlformatters.TableFormatter robot.utils.htmlformatters._SingleLineFormatter robot.utils.htmlformatters.HeaderFormatter robot.utils.htmlformatters.RulerFormatter

Public Member Functions

def __init__ (self)
 
def add (self, line)
 
def end (self)
 
def format (self, lines)
 
def handles (self, line)
 

Private Member Functions

def _handles (self, line)
 

Private Attributes

 _lines
 

Static Private Attributes

bool _strip_lines
 

Detailed Description

Definition at line 185 of file htmlformatters.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.utils.htmlformatters._Formatter.__init__ (   self)

Definition at line 191 of file htmlformatters.py.

Member Function Documentation

◆ _handles()

◆ add()

def robot.utils.htmlformatters._Formatter.add (   self,
  line 
)

Definition at line 200 of file htmlformatters.py.

◆ end()

def robot.utils.htmlformatters._Formatter.end (   self)

Definition at line 203 of file htmlformatters.py.

◆ format()

◆ handles()

def robot.utils.htmlformatters._Formatter.handles (   self,
  line 
)

Definition at line 194 of file htmlformatters.py.

Member Data Documentation

◆ _lines

robot.utils.htmlformatters._Formatter._lines
private

Definition at line 192 of file htmlformatters.py.

◆ _strip_lines

robot.utils.htmlformatters._Formatter._strip_lines
staticprivate

Definition at line 189 of file htmlformatters.py.


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