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

Method has_sysctl

numexpr3/cpuinfo.py:114–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113 @staticmethod
114 def has_sysctl():
115 return len(program_paths('sysctl')) > 0
116
117 @staticmethod
118 def has_isainfo():

Callers 1

Calls 1

program_pathsFunction · 0.85

Tested by

no test coverage detected