Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ kstat_m_cpu_info
Method
kstat_m_cpu_info
numexpr3/cpuinfo.py:170–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
168
169
@staticmethod
170
def
kstat_m_cpu_info():
171
return
run_and_get_stdout([
'kstat'
,
'-m'
,
'cpu_info'
])
172
173
@staticmethod
174
def
sysinfo_cpu():
Callers
1
_get_cpu_info_from_kstat
Function · 0.80
Calls
1
run_and_get_stdout
Function · 0.85
Tested by
no test coverage detected