|
| def | __init__ (self, argspec) |
| | :type argspec: :py:class:robot.running.arguments.ArgumentSpec More...
|
| |
| def | map (self, positional, named, replace_defaults=True) |
| |
Definition at line 19 of file argumentmapper.py.
◆ __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.
◆ map()
| def robot.running.arguments.argumentmapper.ArgumentMapper.map |
( |
|
self, |
|
|
|
positional, |
|
|
|
named, |
|
|
|
replace_defaults = True |
|
) |
| |
◆ _argspec
| robot.running.arguments.argumentmapper.ArgumentMapper._argspec |
|
private |
The documentation for this class was generated from the following file: