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 | |
Definition at line 234 of file htmlformatters.py.
| def robot.utils.htmlformatters.HeaderFormatter.format_line | ( | self, | |
| line | |||
| ) |
Reimplemented from robot.utils.htmlformatters._SingleLineFormatter.
Definition at line 237 of file htmlformatters.py.
|
static |
Definition at line 235 of file htmlformatters.py.