MCPcopy
hub / github.com/django/django / add_arguments

Method add_arguments

django/core/management/base.py:380–384  ·  view source on GitHub ↗

Entry point for subclassed commands to add custom arguments.

(self, parser)

Source from the content-addressed store, hash-verified

378 return parser
379
380 def add_arguments(self, parser):
381 """
382 Entry point for subclassed commands to add custom arguments.
383 """
384 pass
385
386 def add_base_argument(self, parser, *args, **kwargs):
387 """

Callers 1

create_parserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected