Definition at line 84 of file htmlformatters.py.
◆ __init__()
| def robot.utils.htmlformatters.LineFormatter.__init__ |
( |
|
self | ) |
|
◆ _format_bold()
| def robot.utils.htmlformatters.LineFormatter._format_bold |
( |
|
self, |
|
|
|
line |
|
) |
| |
|
private |
◆ _format_code()
| def robot.utils.htmlformatters.LineFormatter._format_code |
( |
|
self, |
|
|
|
line |
|
) |
| |
|
private |
◆ _format_italic()
| def robot.utils.htmlformatters.LineFormatter._format_italic |
( |
|
self, |
|
|
|
line |
|
) |
| |
|
private |
◆ format()
| def robot.utils.htmlformatters.LineFormatter.format |
( |
|
self, |
|
|
|
line |
|
) |
| |
◆ _bold
| robot.utils.htmlformatters.LineFormatter._bold |
|
staticprivate |
◆ _code
| robot.utils.htmlformatters.LineFormatter._code |
|
staticprivate |
◆ _formatters
| robot.utils.htmlformatters.LineFormatter._formatters |
|
private |
◆ _italic
| robot.utils.htmlformatters.LineFormatter._italic |
|
staticprivate |
◆ handles
| bool robot.utils.htmlformatters.LineFormatter.handles = lambda self, line: True |
|
static |
◆ newline
| string robot.utils.htmlformatters.LineFormatter.newline = '\n' |
|
static |
The documentation for this class was generated from the following file: