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

Method _is_IP19

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

Source from the content-addressed store, hash-verified

333 def __machine(self, n):
334 return self.info.get('MACHINE').lower() == 'ip%s' % (n)
335 def _is_IP19(self): return self.__machine(19)
336 def _is_IP20(self): return self.__machine(20)
337 def _is_IP21(self): return self.__machine(21)
338 def _is_IP22(self): return self.__machine(22)

Callers

nothing calls this directly

Calls 1

__machineMethod · 0.95

Tested by

no test coverage detected