class documentation

Formatter for the help message emitted by argparse.

Static Method get_long_description Undocumented
Method _get_help_string Copied from argparse.ArgumentDefaultsHelpFormatter.
@staticmethod
def get_long_description() -> str: (source)

Undocumented

def _get_help_string(self, action: argparse.Action) -> str|None: (source)

Copied from argparse.ArgumentDefaultsHelpFormatter.