Robot Framework
robot.running.arguments.argumentmapper.ArgumentMapper Class Reference

Public Member Functions

def __init__ (self, argspec)
 :type argspec: :py:class:robot.running.arguments.ArgumentSpec More...
 
def map (self, positional, named, replace_defaults=True)
 

Private Attributes

 _argspec
 

Detailed Description

Definition at line 19 of file argumentmapper.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.arguments.argumentmapper.ArgumentMapper.__init__ (   self,
  argspec 
)

:type argspec: :py:class:robot.running.arguments.ArgumentSpec

Definition at line 22 of file argumentmapper.py.

Member Function Documentation

◆ map()

def robot.running.arguments.argumentmapper.ArgumentMapper.map (   self,
  positional,
  named,
  replace_defaults = True 
)

Definition at line 25 of file argumentmapper.py.

Member Data Documentation

◆ _argspec

robot.running.arguments.argumentmapper.ArgumentMapper._argspec
private

Definition at line 23 of file argumentmapper.py.


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