Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ handle
Method
handle
tests/user_commands/management/commands/required_option.py:9–10 ·
view source on GitHub ↗
(self, *args, **options)
Source
from the content-addressed store, hash-verified
7
parser.add_argument(
"-t"
,
"--need-me-too"
, required=True, dest=
"needme2"
)
8
9
def
handle(self, *args, **options):
10
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