Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ handle
Method
handle
tests/user_commands/management/commands/set_option.py:8–9 ·
view source on GitHub ↗
(self, **options)
Source
from the content-addressed store, hash-verified
6
parser.add_argument(
"--set"
)
7
8
def
handle(self, **options):
9
self.stdout.write(
"Set %s"
% options[
"set"
])
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected