|
O2-DQ User Interface 1.0.0
|
Public Member Functions | |
| def | __call__ (self, **kwargs) |
| def | __init__ (self, choices) |
Public Attributes | |
| choices | |
For the ChoicesCompleterList package argcomplete,
the TAB key is the class written for autocomplete and validation when an argument can take multiple values.
By default, the argcomplete package has the ChoicesCompleter Class,
which can only validate arguments that take an one value and allows autocomplete with the TAB key.
Args:
object (list): parserargs choices object as a list
Definition at line 17 of file choicesCompleterList.py.
| def __init__ | ( | self, | |
| choices | |||
| ) |
Definition at line 29 of file choicesCompleterList.py.
| def __call__ | ( | self, | |
| ** | kwargs | ||
| ) |
Definition at line 32 of file choicesCompleterList.py.
| choices |
Definition at line 30 of file choicesCompleterList.py.