Robot Framework
robot.utils.argumentparser.ArgFileParser Class Reference

Public Member Functions

def __init__ (self, options)
 
def process (self, args)
 

Private Member Functions

def _get_args (self, path)
 
def _get_index (self, args)
 
def _get_option_separator (self, line)
 
def _process_file (self, content)
 
def _read_from_file (self, path)
 
def _read_from_stdin (self)
 
def _split_option (self, line)
 

Private Attributes

 _options
 

Detailed Description

Definition at line 346 of file argumentparser.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.utils.argumentparser.ArgFileParser.__init__ (   self,
  options 
)

Definition at line 348 of file argumentparser.py.

Member Function Documentation

◆ _get_args()

def robot.utils.argumentparser.ArgFileParser._get_args (   self,
  path 
)
private

Definition at line 372 of file argumentparser.py.

◆ _get_index()

def robot.utils.argumentparser.ArgFileParser._get_index (   self,
  args 
)
private

Definition at line 359 of file argumentparser.py.

◆ _get_option_separator()

def robot.utils.argumentparser.ArgFileParser._get_option_separator (   self,
  line 
)
private

Definition at line 409 of file argumentparser.py.

◆ _process_file()

def robot.utils.argumentparser.ArgFileParser._process_file (   self,
  content 
)
private

Definition at line 390 of file argumentparser.py.

◆ _read_from_file()

def robot.utils.argumentparser.ArgFileParser._read_from_file (   self,
  path 
)
private

Definition at line 379 of file argumentparser.py.

◆ _read_from_stdin()

def robot.utils.argumentparser.ArgFileParser._read_from_stdin (   self)
private

Definition at line 387 of file argumentparser.py.

◆ _split_option()

def robot.utils.argumentparser.ArgFileParser._split_option (   self,
  line 
)
private

Definition at line 400 of file argumentparser.py.

◆ process()

def robot.utils.argumentparser.ArgFileParser.process (   self,
  args 
)

Definition at line 351 of file argumentparser.py.

Member Data Documentation

◆ _options

robot.utils.argumentparser.ArgFileParser._options
private

Definition at line 349 of file argumentparser.py.


The documentation for this class was generated from the following file: