Robot Framework Integrated Development Environment (RIDE)
robotide.controller.arguments Namespace Reference

Functions

def parse_argument (argument)
 
def parse_arguments_to_var_dict (args, name)
 

Variables

 default_val_regexp = re.compile(r'([$]\{.*\})\s*=\s*(.*)')
 

Function Documentation

◆ parse_argument()

def robotide.controller.arguments.parse_argument (   argument)

Definition at line 37 of file arguments.py.

◆ parse_arguments_to_var_dict()

def robotide.controller.arguments.parse_arguments_to_var_dict (   args,
  name 
)

Definition at line 24 of file arguments.py.

Variable Documentation

◆ default_val_regexp

robotide.controller.arguments.default_val_regexp = re.compile(r'([$]\{.*\})\s*=\s*(.*)')

Definition at line 21 of file arguments.py.