MCPcopy 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
22def is_win64():
23 return sys.platform == "win32" and platform.architecture()[0] == "64bit"
24
25
26class GnuFCompiler(FCompiler):

Callers 1

_link_wrapper_libMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected