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

Method handle

tests/user_commands/management/commands/subparser.py:10–11  ·  view source on GitHub ↗
(self, *args, **options)

Source from the content-addressed store, hash-verified

8 parser_foo.add_argument("bar", type=int)
9
10 def handle(self, *args, **options):
11 self.stdout.write(",".join(options))

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected