Definition at line 33 of file highlighting.py.
◆ __init__()
| def robot.output.console.highlighting.HighlightingStream.__init__ |
( |
|
self, |
|
|
|
stream, |
|
|
|
colors = 'AUTO' |
|
) |
| |
◆ _get_highlighter()
| def robot.output.console.highlighting.HighlightingStream._get_highlighter |
( |
|
self, |
|
|
|
stream, |
|
|
|
colors |
|
) |
| |
|
private |
◆ _highlighting()
| def robot.output.console.highlighting.HighlightingStream._highlighting |
( |
|
self, |
|
|
|
status |
|
) |
| |
|
private |
◆ _must_flush_before_and_after_highlighting()
| def robot.output.console.highlighting.HighlightingStream._must_flush_before_and_after_highlighting |
( |
|
self | ) |
|
|
private |
◆ _suppress_broken_pipe_error()
| def robot.output.console.highlighting.HighlightingStream._suppress_broken_pipe_error |
( |
|
self | ) |
|
|
private |
◆ _write()
| def robot.output.console.highlighting.HighlightingStream._write |
( |
|
self, |
|
|
|
text, |
|
|
|
retry = 5 |
|
) |
| |
|
private |
◆ error()
| def robot.output.console.highlighting.HighlightingStream.error |
( |
|
self, |
|
|
|
message, |
|
|
|
level |
|
) |
| |
◆ flush()
| def robot.output.console.highlighting.HighlightingStream.flush |
( |
|
self | ) |
|
◆ highlight()
| def robot.output.console.highlighting.HighlightingStream.highlight |
( |
|
self, |
|
|
|
text, |
|
|
|
status = None, |
|
|
|
flush = True |
|
) |
| |
◆ write()
| def robot.output.console.highlighting.HighlightingStream.write |
( |
|
self, |
|
|
|
text, |
|
|
|
flush = True |
|
) |
| |
◆ _highlighter
| robot.output.console.highlighting.HighlightingStream._highlighter |
|
private |
◆ stream
| robot.output.console.highlighting.HighlightingStream.stream |
◆ _suppress_broken_pipe_error
| robot.output.console.highlighting.HighlightingStream._suppress_broken_pipe_error = property |
|
staticprivate |
The documentation for this class was generated from the following file: