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

Public Member Functions

def format (self, lines)
 
def format_line (self, line)
 
def match (self, line)
 
- 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 _handles (self, line)
 

Detailed Description

Definition at line 212 of file htmlformatters.py.

Member Function Documentation

◆ _handles()

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

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 214 of file htmlformatters.py.

◆ format()

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

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 220 of file htmlformatters.py.

◆ format_line()

def robot.utils.htmlformatters._SingleLineFormatter.format_line (   self,
  line 
)

◆ match()

def robot.utils.htmlformatters._SingleLineFormatter.match (   self,
  line 
)

Definition at line 217 of file htmlformatters.py.


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