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

Method _is_64bit

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

Source from the content-addressed store, hash-verified

94 return self.__get_nbits() == '32'
95
96 def _is_64bit(self):
97 return self.__get_nbits() == '64'
98
99class LinuxCPUInfo(CPUInfoBase):
100

Callers

nothing calls this directly

Calls 1

__get_nbitsMethod · 0.95

Tested by

no test coverage detected