MCPcopy Index your code
hub / github.com/archlinux/archinstall / info

Function info

archinstall/lib/log.py:164–172  ·  view source on GitHub ↗
(
	*msgs: str,
	level: int = logging.INFO,
	fg: str = 'white',
	bg: str | None = None,
	reset: bool = False,
	font: list[Font] = [],
)

Source from the content-addressed store, hash-verified

162
163
164def info(
165 *msgs: str,
166 level: int = logging.INFO,
167 fg: str = 'white',
168 bg: str | None = None,
169 reset: bool = False,
170 font: list[Font] = [],
171) -> None:
172 log(*msgs, level=level, fg=fg, bg=bg, reset=reset, font=font)
173
174
175def debug(

Callers 15

_fetch_arch_dbFunction · 0.90
_share_log_commandFunction · 0.90
runFunction · 0.90
installMethod · 0.90
installMethod · 0.90
update_keyringFunction · 0.90
__exit__Method · 0.90
_verify_service_stopMethod · 0.90
genfstabMethod · 0.90
enable_espeakupMethod · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected