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

Method cpu_model

archinstall/lib/hardware.py:262–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

260
261 @staticmethod
262 def cpu_model() -> str | None:
263 return _sys_info.cpu_info.get('model name', None)
264
265 @staticmethod
266 def sys_vendor() -> str | None:

Callers 1

_log_sys_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected