class documentation

class AugmentedHelpFormatter(argparse.RawDescriptionHelpFormatter): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method _fill​_text Undocumented
def __init__(self, prog): (source)

Undocumented

Parameters
prog:strUndocumented
def _fill_text(self, text, width, indent): (source)

Undocumented

Parameters
text:strUndocumented
width:intUndocumented
indent:strUndocumented
Returns
strUndocumented