Public Member Functions | |
| def | format (self, lines) |
| def | format_line (self, line) |
| 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) |
Private Member Functions | |
| def | _handles (self, line) |
Definition at line 212 of file htmlformatters.py.
|
private |
Reimplemented from robot.utils.htmlformatters._Formatter.
Definition at line 214 of file htmlformatters.py.
| def robot.utils.htmlformatters._SingleLineFormatter.format | ( | self, | |
| lines | |||
| ) |
Reimplemented from robot.utils.htmlformatters._Formatter.
Definition at line 220 of file htmlformatters.py.
| def robot.utils.htmlformatters._SingleLineFormatter.format_line | ( | self, | |
| line | |||
| ) |
Reimplemented in robot.utils.htmlformatters.HeaderFormatter, and robot.utils.htmlformatters.RulerFormatter.
Definition at line 223 of file htmlformatters.py.
| def robot.utils.htmlformatters._SingleLineFormatter.match | ( | self, | |
| line | |||
| ) |
Definition at line 217 of file htmlformatters.py.