MCPcopy 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

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 2

user_config_to_jsonMethod · 0.95
debugFunction · 0.90

Tested by

no test coverage detected