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

Method _is_r6000

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

Source from the content-addressed store, hash-verified

322 def _is_r4650(self): return self.__cputype(4650)
323 def _is_r5000(self): return self.__cputype(5000)
324 def _is_r6000(self): return self.__cputype(6000)
325 def _is_r8000(self): return self.__cputype(8000)
326 def _is_r10000(self): return self.__cputype(10000)
327 def _is_r12000(self): return self.__cputype(12000)

Callers

nothing calls this directly

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected