class documentation

class ArgSuggest(_Argument):

Known subclasses: ganeti.cli.ArgChoice

View In Hierarchy

Suggesting argument.

Value can be any of the ones passed to the constructor.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable choices Undocumented

Inherited from _Argument:

Instance Variable max Undocumented
Instance Variable min Undocumented
def __init__(self, min=0, max=None, choices=None):

Undocumented

def __repr__(self):

Undocumented

choices =

Undocumented