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

Method _is_ppc602

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

Source from the content-addressed store, hash-verified

377 return self.info['machine'] == 'ppc%s'%n
378 def _is_ppc601(self): return self.__machine(601)
379 def _is_ppc602(self): return self.__machine(602)
380 def _is_ppc603(self): return self.__machine(603)
381 def _is_ppc603e(self): return self.__machine('603e')
382 def _is_ppc604(self): return self.__machine(604)

Callers

nothing calls this directly

Calls 1

__machineMethod · 0.95

Tested by

no test coverage detected