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

Public Member Functions

def format_line (self, line)
 
- Public Member Functions inherited from robot.utils.htmlformatters._SingleLineFormatter
def format (self, lines)
 
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)
 

Static Public Attributes

 match = re.compile(r'^(={1,3})\s+(\S.*?)\s+\1$').match
 

Detailed Description

Definition at line 234 of file htmlformatters.py.

Member Function Documentation

◆ format_line()

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

Reimplemented from robot.utils.htmlformatters._SingleLineFormatter.

Definition at line 237 of file htmlformatters.py.

Member Data Documentation

◆ match

robot.utils.htmlformatters.HeaderFormatter.match = re.compile(r'^(={1,3})\s+(\S.*?)\s+\1$').match
static

Definition at line 235 of file htmlformatters.py.


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