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

Method _is_IP22_4k

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

Source from the content-addressed store, hash-verified

337 def _is_IP21(self): return self.__machine(21)
338 def _is_IP22(self): return self.__machine(22)
339 def _is_IP22_4k(self): return self.__machine(22) and self._is_r4000()
340 def _is_IP22_5k(self): return self.__machine(22) and self._is_r5000()
341 def _is_IP24(self): return self.__machine(24)
342 def _is_IP25(self): return self.__machine(25)

Callers

nothing calls this directly

Calls 2

__machineMethod · 0.95
_is_r4000Method · 0.95

Tested by

no test coverage detected