Public Member Functions | |
| def | format (self, lines) |
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) |
Static Private Attributes | |
| _format_line | |
Definition at line 304 of file htmlformatters.py.
|
private |
Reimplemented from robot.utils.htmlformatters._Formatter.
Definition at line 310 of file htmlformatters.py.
| def robot.utils.htmlformatters.PreformattedFormatter.format | ( | self, | |
| lines | |||
| ) |
Reimplemented from robot.utils.htmlformatters._Formatter.
Definition at line 313 of file htmlformatters.py.
|
staticprivate |
Definition at line 308 of file htmlformatters.py.