Go to the source code of this file.
|
| def | robotide.lib.robot.utils.misc._is_camel_case_boundary (prev, char, next) |
| |
| def | robotide.lib.robot.utils.misc._roundup (number, ndigits) |
| |
| def | robotide.lib.robot.utils.misc._split_camel_case (string) |
| |
| def | robotide.lib.robot.utils.misc.plural_or_not (item) |
| |
| def | robotide.lib.robot.utils.misc.printable_name (string, code_style=False) |
| | Generates and returns printable name from the given string. More...
|
| |
| def | robotide.lib.robot.utils.misc.roundup (number, ndigits=0, return_type=None) |
| | Rounds number to the given number of digits. More...
|
| |
| def | robotide.lib.robot.utils.misc.seq2str (sequence, quote="'", sep=', ', lastsep=' and ') |
| | Returns sequence in format ‘'item 1’, 'item 2' and 'item 3'`. More...
|
| |
| def | robotide.lib.robot.utils.misc.seq2str2 (sequence) |
| | Returns sequence in format [ item 1 | item 2 | ... More...
|
| |