tdaq-develop-2025-02-12
argparse.HelpFormatter Class Reference
Inheritance diagram for argparse.HelpFormatter:
argparse.ArgumentDefaultsHelpFormatter argparse.RawDescriptionHelpFormatter argparse.RawTextHelpFormatter

Classes

class  _Section
 

Public Member Functions

def __init__ (self, prog, indent_increment=2, max_help_position=24, width=None)
 
def start_section (self, heading)
 
def end_section (self)
 
def add_text (self, text)
 
def add_usage (self, usage, actions, groups, prefix=None)
 
def add_argument (self, action)
 
def add_arguments (self, actions)
 
def format_help (self)
 

Detailed Description

Formatter for generating usage messages and argument help strings.

Only the name of this class is considered a public API. All the methods
provided by the class are considered an implementation detail.

Definition at line 147 of file argparse.py.


The documentation for this class was generated from the following file: