|
| def | __init__ (self, log_path=None, split_log=False, expand_keywords=None, prune_input=False) |
| |
| def | check_expansion (self, kw) |
| |
| def | create_link_target (self, msg) |
| |
| def | end_splitting (self, model) |
| |
| def | html (self, string) |
| |
| def | link (self, msg) |
| |
| def | message_level (self, level) |
| |
| def | prune_input (self, *items) |
| |
| def | relative_source (self, source) |
| |
| def | start_splitting_if_needed (self, split=False) |
| |
| def | string (self, string, escape=True, attr=False) |
| |
| def | timestamp (self, time) |
| |
Definition at line 27 of file jsbuildingcontext.py.
◆ __init__()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.__init__ |
( |
|
self, |
|
|
|
log_path = None, |
|
|
|
split_log = False, |
|
|
|
expand_keywords = None, |
|
|
|
prune_input = False |
|
) |
| |
◆ _link_key()
| def robot.reporting.jsbuildingcontext.JsBuildingContext._link_key |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
◆ check_expansion()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.check_expansion |
( |
|
self, |
|
|
|
kw |
|
) |
| |
◆ create_link_target()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.create_link_target |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ end_splitting()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.end_splitting |
( |
|
self, |
|
|
|
model |
|
) |
| |
◆ expand_keywords()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.expand_keywords |
( |
|
self | ) |
|
|
private |
◆ html()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.html |
( |
|
self, |
|
|
|
string |
|
) |
| |
◆ link()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.link |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ message_level()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.message_level |
( |
|
self, |
|
|
|
level |
|
) |
| |
◆ prune_input()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.prune_input |
( |
|
self, |
|
|
* |
items |
|
) |
| |
◆ relative_source()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.relative_source |
( |
|
self, |
|
|
|
source |
|
) |
| |
◆ start_splitting_if_needed()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.start_splitting_if_needed |
( |
|
self, |
|
|
|
split = False |
|
) |
| |
◆ string()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.string |
( |
|
self, |
|
|
|
string, |
|
|
|
escape = True, |
|
|
|
attr = False |
|
) |
| |
◆ strings()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.strings |
( |
|
self | ) |
|
|
private |
◆ timestamp()
| def robot.reporting.jsbuildingcontext.JsBuildingContext.timestamp |
( |
|
self, |
|
|
|
time |
|
) |
| |
◆ _expand_matcher
| robot.reporting.jsbuildingcontext.JsBuildingContext._expand_matcher |
|
private |
◆ _log_dir
| robot.reporting.jsbuildingcontext.JsBuildingContext._log_dir |
|
private |
◆ _msg_links
| robot.reporting.jsbuildingcontext.JsBuildingContext._msg_links |
|
private |
◆ _prune_input
| robot.reporting.jsbuildingcontext.JsBuildingContext._prune_input |
|
private |
◆ _split_log
| robot.reporting.jsbuildingcontext.JsBuildingContext._split_log |
|
private |
◆ _strings
| robot.reporting.jsbuildingcontext.JsBuildingContext._strings |
|
private |
◆ _top_level_strings
| robot.reporting.jsbuildingcontext.JsBuildingContext._top_level_strings |
|
private |
◆ basemillis
| robot.reporting.jsbuildingcontext.JsBuildingContext.basemillis |
◆ min_level
| robot.reporting.jsbuildingcontext.JsBuildingContext.min_level |
◆ split_results
| robot.reporting.jsbuildingcontext.JsBuildingContext.split_results |
◆ expand_keywords
| robot.reporting.jsbuildingcontext.JsBuildingContext.expand_keywords = property |
|
static |
◆ strings
| robot.reporting.jsbuildingcontext.JsBuildingContext.strings = property |
|
static |
The documentation for this class was generated from the following file: