MCPcopy Create free account
hub / github.com/EasyIME/PIME / has_sysctl

Method has_sysctl

python/cinbase/tools/cpuinfo.py:73–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72 @staticmethod
73 def has_sysctl():
74 return len(program_paths('sysctl')) > 0
75
76 @staticmethod
77 def has_isainfo():

Callers 1

get_cpu_info_from_sysctlFunction · 0.80

Calls 1

program_pathsFunction · 0.85

Tested by

no test coverage detected