openfold.utils.argparse_utils¶
Classes
|
Sorts the optional arguments of an argparse parser alphabetically |
Functions
|
- class ArgparseAlphabetizer(prog, indent_increment=2, max_help_position=24, width=None)¶
Bases:
HelpFormatterSorts 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)¶