Public Member Functions | |
| def | __init__ (self) |
| def | add (self, line) |
| def | end (self) |
| def | format (self, lines) |
| def | handles (self, line) |
Private Member Functions | |
| def | _handles (self, line) |
Private Attributes | |
| _lines | |
Static Private Attributes | |
| bool | _strip_lines |
Definition at line 185 of file htmlformatters.py.
| def robot.utils.htmlformatters._Formatter.__init__ | ( | self | ) |
Definition at line 191 of file htmlformatters.py.
|
private |
Reimplemented in robot.utils.htmlformatters.ListFormatter, robot.utils.htmlformatters.PreformattedFormatter, robot.utils.htmlformatters.TableFormatter, robot.utils.htmlformatters.ParagraphFormatter, and robot.utils.htmlformatters._SingleLineFormatter.
Definition at line 197 of file htmlformatters.py.
| def robot.utils.htmlformatters._Formatter.add | ( | self, | |
| line | |||
| ) |
Definition at line 200 of file htmlformatters.py.
| def robot.utils.htmlformatters._Formatter.end | ( | self | ) |
Definition at line 203 of file htmlformatters.py.
| def robot.utils.htmlformatters._Formatter.format | ( | self, | |
| lines | |||
| ) |
Reimplemented in robot.utils.htmlformatters.ListFormatter, robot.utils.htmlformatters.PreformattedFormatter, robot.utils.htmlformatters.TableFormatter, robot.utils.htmlformatters.ParagraphFormatter, and robot.utils.htmlformatters._SingleLineFormatter.
Definition at line 208 of file htmlformatters.py.
| def robot.utils.htmlformatters._Formatter.handles | ( | self, | |
| line | |||
| ) |
Definition at line 194 of file htmlformatters.py.
|
private |
Definition at line 192 of file htmlformatters.py.
|
staticprivate |
Definition at line 189 of file htmlformatters.py.