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

Method ibm_pa_features

numexpr3/cpuinfo.py:182–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180
181 @staticmethod
182 def ibm_pa_features():
183 ibm_features = glob.glob('/proc/device-tree/cpus/*/ibm,pa-features')
184 if ibm_features:
185 return run_and_get_stdout(['lsprop', ibm_features[0]])
186
187 @staticmethod
188 def winreg_processor_brand():

Callers 1

Calls 1

run_and_get_stdoutFunction · 0.85

Tested by

no test coverage detected