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

Method _is_r5000

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

Source from the content-addressed store, hash-verified

321 def _is_r4600(self): return self.__cputype(4600)
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)

Callers 2

_is_IP22_5kMethod · 0.95
_is_IP32_5kMethod · 0.95

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected