Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ has_sysinfo
Method
has_sysinfo
numexpr3/cpuinfo.py:126–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
124
125
@staticmethod
126
def
has_sysinfo():
127
return
len(program_paths(
'sysinfo'
)) > 0
128
129
@staticmethod
130
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