openfold.utils.argparse_utils

Classes

ArgparseAlphabetizer(prog[, ...])

Sorts the optional arguments of an argparse parser alphabetically

Functions

remove_arguments(parser, args)

class ArgparseAlphabetizer(prog, indent_increment=2, max_help_position=24, width=None)

Bases: HelpFormatter

Sorts the optional arguments of an argparse parser alphabetically

add_arguments(actions)
add_usage(usage, actions, groups, prefix=None)
static sort_actions(actions)
remove_arguments(parser, args)