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

Static Private Attributes

 _format_line
 

Detailed Description

Definition at line 304 of file htmlformatters.py.

Member Function Documentation

◆ _handles()

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

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 310 of file htmlformatters.py.

◆ format()

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

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 313 of file htmlformatters.py.

Member Data Documentation

◆ _format_line

robot.utils.htmlformatters.PreformattedFormatter._format_line
staticprivate

Definition at line 308 of file htmlformatters.py.


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