class documentation

class DjangoHelpFormatter(HelpFormatter):

View In Hierarchy

Customized formatter so that command-specific arguments appear in the --help output before arguments common to all commands.
Method ​_reordered​_actions Undocumented
Method add​_arguments Undocumented
Method add​_usage Undocumented
Class Variable show​_last Undocumented
def _reordered_actions(self, actions):

Undocumented

def add_arguments(self, actions):

Undocumented

def add_usage(self, usage, actions, *args, **kwargs):

Undocumented

show_last: set[str] =

Undocumented