class documentation
class ArgChoice(ArgSuggest):
Choice argument.
Value can be any of the ones passed to the constructor. Like ArgSuggest, but value must be one of the choices.
Inherited from ArgSuggest:
| Method | __init__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Instance Variable | choices |
Undocumented |
Inherited from _Argument (via ArgSuggest):
| Instance Variable | max |
Undocumented |
| Instance Variable | min |
Undocumented |