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 | |
Definition at line 227 of file htmlformatters.py.
| def robot.utils.htmlformatters.RulerFormatter.format_line | ( | self, | |
| line | |||
| ) |
Reimplemented from robot.utils.htmlformatters._SingleLineFormatter.
Definition at line 230 of file htmlformatters.py.
|
static |
Definition at line 228 of file htmlformatters.py.