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

Method _is_IP32_10k

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

Source from the content-addressed store, hash-verified

347 def _is_IP32(self): return self.__machine(32)
348 def _is_IP32_5k(self): return self.__machine(32) and self._is_r5000()
349 def _is_IP32_10k(self): return self.__machine(32) and self._is_r10000()
350
351
352class DarwinCPUInfo(CPUInfoBase):

Callers

nothing calls this directly

Calls 2

__machineMethod · 0.95
_is_r10000Method · 0.95

Tested by

no test coverage detected