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

Method _is_r4100

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected