Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ _is_AthlonK6_2
Method
_is_AthlonK6_2
numpy/distutils/cpuinfo.py:133–134 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
131
return
self.info[0][
'vendor_id'
]==
'AuthenticAMD'
132
133
def
_is_AthlonK6_2(self):
134
return
self._is_AMD() and self.info[0][
'model'
] ==
'2'
135
136
def
_is_AthlonK6_3(self):
137
return
self._is_AMD() and self.info[0][
'model'
] ==
'3'
Callers
nothing calls this directly
Calls
1
_is_AMD
Method · 0.95
Tested by
no test coverage detected