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

Public Member Functions

def __init__ (self, other_formatters)
 
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)
 

Private Attributes

 _other_formatters
 

Static Private Attributes

 _format_line
 

Detailed Description

Definition at line 243 of file htmlformatters.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.utils.htmlformatters.ParagraphFormatter.__init__ (   self,
  other_formatters 
)

Definition at line 249 of file htmlformatters.py.

Member Function Documentation

◆ _handles()

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

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 253 of file htmlformatters.py.

◆ format()

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

Reimplemented from robot.utils.htmlformatters._Formatter.

Definition at line 257 of file htmlformatters.py.

Member Data Documentation

◆ _format_line

robot.utils.htmlformatters.ParagraphFormatter._format_line
staticprivate

Definition at line 247 of file htmlformatters.py.

◆ _other_formatters

robot.utils.htmlformatters.ParagraphFormatter._other_formatters
private

Definition at line 251 of file htmlformatters.py.


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