Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ has_kstat
Method
has_kstat
numexpr3/cpuinfo.py:122–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
121
@staticmethod
122
def
has_kstat():
123
return
len(program_paths(
'kstat'
)) > 0
124
125
@staticmethod
126
def
has_sysinfo():
Callers
1
_get_cpu_info_from_kstat
Function · 0.80
Calls
1
program_paths
Function · 0.85
Tested by
no test coverage detected