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

Method _is_r3900

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

Source from the content-addressed store, hash-verified

314 def _is_r2000(self): return self.__cputype(2000)
315 def _is_r3000(self): return self.__cputype(3000)
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)

Callers

nothing calls this directly

Calls 1

__cputypeMethod · 0.95

Tested by

no test coverage detected