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

Method _is_ppc750

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

Source from the content-addressed store, hash-verified

387 def _is_ppc7400(self): return self.__machine(7400)
388 def _is_ppc7450(self): return self.__machine(7450)
389 def _is_ppc750(self): return self.__machine(750)
390 def _is_ppc403(self): return self.__machine(403)
391 def _is_ppc505(self): return self.__machine(505)
392 def _is_ppc801(self): return self.__machine(801)

Callers

nothing calls this directly

Calls 1

__machineMethod · 0.95

Tested by

no test coverage detected