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

Method _is_r8000

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

Source from the content-addressed store, hash-verified

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)
328 def _is_rorion(self): return self.__cputype('orion')

Callers

nothing calls this directly

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected