|
| def | __init__ (self, argspec) |
| | :type argspec: :py:class:robot.running.arguments.ArgumentSpec More...
|
| |
| def | resolve (self, arguments, variables=None) |
| |
Definition at line 42 of file argumentresolver.py.
◆ __init__()
| def robot.running.arguments.argumentresolver.NamedArgumentResolver.__init__ |
( |
|
self, |
|
|
|
argspec |
|
) |
| |
:type argspec: :py:class:robot.running.arguments.ArgumentSpec
Definition at line 45 of file argumentresolver.py.
◆ _is_named()
| def robot.running.arguments.argumentresolver.NamedArgumentResolver._is_named |
( |
|
self, |
|
|
|
arg, |
|
|
|
previous_named, |
|
|
|
variables = None |
|
) |
| |
|
private |
◆ _raise_positional_after_named()
| def robot.running.arguments.argumentresolver.NamedArgumentResolver._raise_positional_after_named |
( |
|
self | ) |
|
|
private |
◆ resolve()
| def robot.running.arguments.argumentresolver.NamedArgumentResolver.resolve |
( |
|
self, |
|
|
|
arguments, |
|
|
|
variables = None |
|
) |
| |
◆ _argspec
| robot.running.arguments.argumentresolver.NamedArgumentResolver._argspec |
|
private |
The documentation for this class was generated from the following file: