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

Method has_proc_cpuinfo

numexpr3/cpuinfo.py:94–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93 @staticmethod
94 def has_proc_cpuinfo():
95 return os.path.exists('/proc/cpuinfo')
96
97 @staticmethod
98 def has_dmesg():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected