Robot Framework
misc.py File Reference

Go to the source code of this file.

Classes

class  robot.utils.misc.classproperty
 Property that works with classes in addition to instances. More...
 

Namespaces

 robot.utils.misc
 

Functions

def robot.utils.misc._is_camel_case_boundary (prev, char, next)
 
def robot.utils.misc._split_camel_case (string)
 
def robot.utils.misc.isatty (stream)
 
def robot.utils.misc.parse_re_flags (flags=None)
 
def robot.utils.misc.plural_or_not (item)
 
def robot.utils.misc.printable_name (string, code_style=False)
 Generates and returns printable name from the given string. More...
 
def robot.utils.misc.seq2str (sequence, quote="'", sep=', ', lastsep=' and ')
 Returns sequence in format ‘'item 1’, 'item 2' and 'item 3'`. More...
 
def robot.utils.misc.seq2str2 (sequence)
 Returns sequence in format [ item 1 | item 2 | ... More...
 
def robot.utils.misc.test_or_task (str text, bool rpa)
 Replace 'test' with 'task' in the given text depending on rpa. More...