Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ sysinfo_cpu
Method
sysinfo_cpu
numexpr3/cpuinfo.py:174–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
172
173
@staticmethod
174
def
sysinfo_cpu():
175
return
run_and_get_stdout([
'sysinfo'
,
'-cpu'
])
176
177
@staticmethod
178
def
lscpu():
Callers
1
_get_cpu_info_from_sysinfo
Function · 0.80
Calls
1
run_and_get_stdout
Function · 0.85
Tested by
no test coverage detected