Lines Matching full:keyword
4 This module contains keyword functions to support multiprocessing
18 Execute a robot keyword.
19 In addition to running the caller's keyword, this function will:
23 keyword_name Keyword name to be executed.
38 Execute a robot keyword via multiprocessing process.
41 num_process Number of times keyword to be executed.
42 keyword_name Keyword name to be executed.
67 Execute a robot keyword with arguments.
68 In addition to running the caller's keyword, this function will:
71 keyword_name Keyword name to be executed.
72 args Arguments to keyword.
92 keyword_names Keyword name to be executed.
98 # Append each keyword with its arguments in a process to execute.