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

Method _is_r4000

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

Source from the content-addressed store, hash-verified

315 def _is_r3000(self): return self.__cputype(3000)
316 def _is_r3900(self): return self.__cputype(3900)
317 def _is_r4000(self): return self.__cputype(4000)
318 def _is_r4100(self): return self.__cputype(4100)
319 def _is_r4300(self): return self.__cputype(4300)
320 def _is_r4400(self): return self.__cputype(4400)

Callers 1

_is_IP22_4kMethod · 0.95

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected