|
| def | __init__ (self, argspec, converters, dry_run=False, languages=None) |
| | :type argspec: :py:class:robot.running.arguments.ArgumentSpec More...
|
| |
| def | convert (self, positional, named) |
| |
Definition at line 21 of file argumentconverter.py.
◆ __init__()
| def robot.running.arguments.argumentconverter.ArgumentConverter.__init__ |
( |
|
self, |
|
|
|
argspec, |
|
|
|
converters, |
|
|
|
dry_run = False, |
|
|
|
languages = None |
|
) |
| |
:type argspec: :py:class:robot.running.arguments.ArgumentSpec
Definition at line 24 of file argumentconverter.py.
◆ _convert()
| def robot.running.arguments.argumentconverter.ArgumentConverter._convert |
( |
|
self, |
|
|
|
name, |
|
|
|
value |
|
) |
| |
|
private |
◆ _convert_named()
| def robot.running.arguments.argumentconverter.ArgumentConverter._convert_named |
( |
|
self, |
|
|
|
named |
|
) |
| |
|
private |
◆ _convert_positional()
| def robot.running.arguments.argumentconverter.ArgumentConverter._convert_positional |
( |
|
self, |
|
|
|
positional |
|
) |
| |
|
private |
◆ convert()
| def robot.running.arguments.argumentconverter.ArgumentConverter.convert |
( |
|
self, |
|
|
|
positional, |
|
|
|
named |
|
) |
| |
◆ _argspec
| robot.running.arguments.argumentconverter.ArgumentConverter._argspec |
|
private |
◆ _converters
| robot.running.arguments.argumentconverter.ArgumentConverter._converters |
|
private |
◆ _dry_run
| robot.running.arguments.argumentconverter.ArgumentConverter._dry_run |
|
private |
◆ _languages
| robot.running.arguments.argumentconverter.ArgumentConverter._languages |
|
private |
The documentation for this class was generated from the following file: