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

Method _is_r10000

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

Source from the content-addressed store, hash-verified

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')
329

Callers 1

_is_IP32_10kMethod · 0.95

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected