Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/archlinux/archinstall
/ write_debug
Method
write_debug
archinstall/lib/args.py:395–397 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
393
return
json.dumps(python_dict, indent=4, sort_keys=True)
394
395
def
write_debug(self) -> None:
396
debug(
' -- Chosen configuration --'
)
397
debug(self.user_config_to_json())
398
399
def
save(
400
self,
Callers
6
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
2
user_config_to_json
Method · 0.95
debug
Function · 0.90
Tested by
no test coverage detected