Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _is_32bit
Method
_is_32bit
numpy/distutils/cpuinfo.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
return
nbits
92
93
def
_is_32bit(self):
94
return
self.__get_nbits() ==
'32'
95
96
def
_is_64bit(self):
97
return
self.__get_nbits() ==
'64'
Callers
nothing calls this directly
Calls
1
__get_nbits
Method · 0.95
Tested by
no test coverage detected