Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ is_win64
Function
is_win64
numpy/distutils/fcompiler/gnu.py:22–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
22
def
is_win64():
23
return
sys.platform ==
"win32"
and platform.architecture()[0] ==
"64bit"
24
25
26
class
GnuFCompiler(FCompiler):
Callers
1
_link_wrapper_lib
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected