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

Public Member Functions

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

Public Attributes

 args
 
 kwargs
 

Private Attributes

 _argspec
 

Detailed Description

Definition at line 34 of file argumentmapper.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Definition at line 37 of file argumentmapper.py.

Member Function Documentation

◆ fill_named()

def robot.running.arguments.argumentmapper.KeywordCallTemplate.fill_named (   self,
  named 
)

Definition at line 47 of file argumentmapper.py.

◆ fill_positional()

def robot.running.arguments.argumentmapper.KeywordCallTemplate.fill_positional (   self,
  positional 
)

Definition at line 44 of file argumentmapper.py.

◆ replace_defaults()

def robot.running.arguments.argumentmapper.KeywordCallTemplate.replace_defaults (   self)

Definition at line 63 of file argumentmapper.py.

Member Data Documentation

◆ _argspec

robot.running.arguments.argumentmapper.KeywordCallTemplate._argspec
private

Definition at line 38 of file argumentmapper.py.

◆ args

robot.running.arguments.argumentmapper.KeywordCallTemplate.args

Definition at line 39 of file argumentmapper.py.

◆ kwargs

robot.running.arguments.argumentmapper.KeywordCallTemplate.kwargs

Definition at line 42 of file argumentmapper.py.


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