Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ has_dmesg
Method
has_dmesg
numexpr3/cpuinfo.py:98–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
97
@staticmethod
98
def
has_dmesg():
99
return
len(program_paths(
'dmesg'
)) > 0
100
101
@staticmethod
102
def
has_var_run_dmesg_boot():
Callers
1
_get_cpu_info_from_dmesg
Function · 0.80
Calls
1
program_paths
Function · 0.85
Tested by
no test coverage detected