Robot Framework
robot.utils.htmlformatters.LineFormatter Class Reference

Public Member Functions

def __init__ (self)
 
def format (self, line)
 

Static Public Attributes

bool handles = lambda self, line: True
 
string newline = '\n'
 

Private Member Functions

def _format_bold (self, line)
 
def _format_code (self, line)
 
def _format_italic (self, line)
 

Private Attributes

 _formatters
 

Static Private Attributes

 _bold
 
 _code
 
 _italic
 

Detailed Description

Definition at line 84 of file htmlformatters.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 124 of file htmlformatters.py.

Member Function Documentation

◆ _format_bold()

def robot.utils.htmlformatters.LineFormatter._format_bold (   self,
  line 
)
private

Definition at line 136 of file htmlformatters.py.

◆ _format_code()

def robot.utils.htmlformatters.LineFormatter._format_code (   self,
  line 
)
private

Definition at line 142 of file htmlformatters.py.

◆ _format_italic()

def robot.utils.htmlformatters.LineFormatter._format_italic (   self,
  line 
)
private

Definition at line 139 of file htmlformatters.py.

◆ format()

def robot.utils.htmlformatters.LineFormatter.format (   self,
  line 
)

Definition at line 130 of file htmlformatters.py.

Member Data Documentation

◆ _bold

robot.utils.htmlformatters.LineFormatter._bold
staticprivate

Definition at line 90 of file htmlformatters.py.

◆ _code

robot.utils.htmlformatters.LineFormatter._code
staticprivate

Definition at line 116 of file htmlformatters.py.

◆ _formatters

robot.utils.htmlformatters.LineFormatter._formatters
private

Definition at line 125 of file htmlformatters.py.

◆ _italic

robot.utils.htmlformatters.LineFormatter._italic
staticprivate

Definition at line 106 of file htmlformatters.py.

◆ handles

bool robot.utils.htmlformatters.LineFormatter.handles = lambda self, line: True
static

Definition at line 85 of file htmlformatters.py.

◆ newline

string robot.utils.htmlformatters.LineFormatter.newline = '\n'
static

Definition at line 86 of file htmlformatters.py.


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