Robot Framework
robot.utils.htmlformatters.RulerFormatter Class Reference
Inheritance diagram for robot.utils.htmlformatters.RulerFormatter:
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('^-{3,}$').match
 

Detailed Description

Definition at line 227 of file htmlformatters.py.

Member Function Documentation

◆ format_line()

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

Reimplemented from robot.utils.htmlformatters._SingleLineFormatter.

Definition at line 230 of file htmlformatters.py.

Member Data Documentation

◆ match

robot.utils.htmlformatters.RulerFormatter.match = re.compile('^-{3,}$').match
static

Definition at line 228 of file htmlformatters.py.


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