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

Method _is_r4650

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

Source from the content-addressed store, hash-verified

320 def _is_r4400(self): return self.__cputype(4400)
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)

Callers

nothing calls this directly

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected