MCPcopy Create free account
hub / github.com/pydata/numexpr / has_isainfo

Method has_isainfo

numexpr3/cpuinfo.py:118–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116
117 @staticmethod
118 def has_isainfo():
119 return len(program_paths('isainfo')) > 0
120
121 @staticmethod
122 def has_kstat():

Callers 1

_get_cpu_info_from_kstatFunction · 0.80

Calls 1

program_pathsFunction · 0.85

Tested by

no test coverage detected