Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ has_sysinfo
Method
has_sysinfo
python/cinbase/tools/cpuinfo.py:85–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
84
@staticmethod
85
def
has_sysinfo():
86
return
len(program_paths(
'sysinfo'
)) > 0
87
88
@staticmethod
89
def
has_lscpu():
Callers
1
get_cpu_info_from_sysinfo
Function · 0.80
Calls
1
program_paths
Function · 0.85
Tested by
no test coverage detected