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

Method _is_r4300

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected