A set of options that are available to be used in an invocation of a
command-line script, plus related functions.
Methods
- __init__(self, options=None)
- Overrides: __init__ from class list
- findMaxOption(self, level=0)
- generate_help(self, level=1, max_opt=0)
-
Generate help text (a list of strings, one per suggested line of
output) from the option table for this FancyGetopt object.
Methods inherited from class list
__add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort
Methods inherited from class object
__delattr__, __reduce__, __reduce_ex__, __setattr__, __str__
Members
- __dict__ = <attribute '__dict__' of 'Options' objects>
- __weakref__ = <attribute '__weakref__' of 'Options' objects>
Members inherited from class object
__class__