MCPcopy
hub / github.com/django/django / handle

Method handle

tests/user_commands/management/commands/subparser_required.py:12–13  ·  view source on GitHub ↗
(self, *args, **options)

Source from the content-addressed store, hash-verified

10 parser_foo_2.add_argument("--bar", required=True)
11
12 def handle(self, *args, **options):
13 self.stdout.write(",".join(options))

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected