MCPcopy 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

Calls 1

program_pathsFunction · 0.85

Tested by

no test coverage detected