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

Method _is_IP27

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

Source from the content-addressed store, hash-verified

342 def _is_IP25(self): return self.__machine(25)
343 def _is_IP26(self): return self.__machine(26)
344 def _is_IP27(self): return self.__machine(27)
345 def _is_IP28(self): return self.__machine(28)
346 def _is_IP30(self): return self.__machine(30)
347 def _is_IP32(self): return self.__machine(32)

Callers

nothing calls this directly

Calls 1

__machineMethod · 0.95

Tested by

no test coverage detected