MCPcopy
hub / github.com/django/django / print_help

Method print_help

django/core/management/base.py:397–403  ·  view source on GitHub ↗

Print the help message for this command, derived from ``self.usage()``.

(self, prog_name, subcommand)

Source from the content-addressed store, hash-verified

395 parser.add_argument(*args, **kwargs)
396
397 def print_help(self, prog_name, subcommand):
398 """
399 Print the help message for this command, derived from
400 ``self.usage()``.
401 """
402 parser = self.create_parser(prog_name, subcommand)
403 parser.print_help()
404
405 def run_from_argv(self, argv):
406 """

Callers 1

executeMethod · 0.80

Calls 1

create_parserMethod · 0.95

Tested by

no test coverage detected