Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.utils.argumentparser Namespace Reference

Classes

class  ArgFileParser
 
class  ArgLimitValidator
 
class  ArgumentParser
 

Functions

def cmdline2list (args, escaping=False)
 

Variables

 ESCAPES
 

Function Documentation

◆ cmdline2list()

def robotide.lib.robot.utils.argumentparser.cmdline2list (   args,
  escaping = False 
)

Definition at line 44 of file argumentparser.py.

Variable Documentation

◆ ESCAPES

robotide.lib.robot.utils.argumentparser.ESCAPES
Initial value:
1 = dict(
2  space = ' ', apos = "'", quot = '"', lt = '<', gt = '>',
3  pipe = '|', star = '*', comma = ',', slash = '/', semic = ';',
4  colon = ':', quest = '?', hash = '#', amp = '&', dollar = '$',
5  percent = '%', at = '@', exclam = '!', paren1 = '(', paren2 = ')',
6  square1 = '[', square2 = ']', curly1 = '{', curly2 = '}', bslash = '\\'
7 )

Definition at line 35 of file argumentparser.py.