MCPcopy Create free account
hub / github.com/numpy/numpy / _is_ppc604e

Method _is_ppc604e

numpy/distutils/cpuinfo.py:383–383  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381 def _is_ppc603e(self): return self.__machine('603e')
382 def _is_ppc604(self): return self.__machine(604)
383 def _is_ppc604e(self): return self.__machine('604e')
384 def _is_ppc620(self): return self.__machine(620)
385 def _is_ppc630(self): return self.__machine(630)
386 def _is_ppc740(self): return self.__machine(740)

Callers

nothing calls this directly

Calls 1

__machineMethod · 0.95

Tested by

no test coverage detected