Robot Framework
robot.running.arguments.argumentparser._ArgumentParser Class Reference
Inheritance diagram for robot.running.arguments.argumentparser._ArgumentParser:
robot.running.arguments.argumentparser.PythonArgumentParser robot.running.arguments.argumentparser._ArgumentSpecParser robot.running.arguments.argumentparser.DynamicArgumentParser robot.running.arguments.argumentparser.UserKeywordArgumentParser

Public Member Functions

def __init__ (self, type='Keyword', error_reporter=None)
 
def parse (self, source, name=None)
 

Private Member Functions

def _report_error (self, error)
 

Private Attributes

 _error_reporter
 
 _type
 

Detailed Description

Definition at line 26 of file argumentparser.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.arguments.argumentparser._ArgumentParser.__init__ (   self,
  type = 'Keyword',
  error_reporter = None 
)

Definition at line 28 of file argumentparser.py.

Member Function Documentation

◆ _report_error()

def robot.running.arguments.argumentparser._ArgumentParser._report_error (   self,
  error 
)
private

Definition at line 35 of file argumentparser.py.

◆ parse()

def robot.running.arguments.argumentparser._ArgumentParser.parse (   self,
  source,
  name = None 
)

Member Data Documentation

◆ _error_reporter

robot.running.arguments.argumentparser._ArgumentParser._error_reporter
private

Definition at line 30 of file argumentparser.py.

◆ _type

robot.running.arguments.argumentparser._ArgumentParser._type
private

Definition at line 29 of file argumentparser.py.


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