Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ handle
Method
handle
tests/user_commands/management/commands/subparser_dest.py:10–11 ·
view source on GitHub ↗
(self, *args, **options)
Source
from the content-addressed store, hash-verified
8
parser_foo.add_argument(
"--bar"
)
9
10
def
handle(self, *args, **options):
11
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