Functions | |
| def | _count_line_lengths (lines) |
| def | _count_virtual_line_length (line) |
| def | _cut_long_line (line, used, from_end) |
| def | _dict_to_str (d) |
| def | _get_arg_separator_index_from_name_or_path (name) |
| def | _lose_width (text, diff) |
| def | _pad_width (text, width) |
| def | _prune_excess_lines (lines, lengths, from_end=False) |
| def | cut_assign_value (value) |
| def | cut_long_message (msg) |
| def | format_assign_message (variable, value, cut_long=True) |
| def | get_console_length (text) |
| def | getdoc (item) |
| def | getshortdoc (doc_or_item, linesep='\n') |
| def | pad_console_length (text, width) |
| def | split_args_from_name_or_path (name) |
Split arguments embedded to name or path like Example:arg1:arg2. More... | |
| def | split_tags_from_doc (doc) |
Variables | |
| string | _ERROR_CUT_EXPLN |
| int | _MAX_ERROR_LINE_LENGTH |
| _TAGS_RE | |
| int | MAX_ASSIGN_LENGTH = 200 |
| int | MAX_ERROR_LINES = 40 |
|
private |
|
private |
|
private |
|
private |
| def robot.utils.text.format_assign_message | ( | variable, | |
| value, | |||
cut_long = True |
|||
| ) |
| def robot.utils.text.getshortdoc | ( | doc_or_item, | |
linesep = '\n' |
|||
| ) |
| def robot.utils.text.split_args_from_name_or_path | ( | name | ) |