Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
write
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected