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

Function get_build_architecture

numpy/distutils/misc_util.py:2467–2471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2465 return compiler._MSVCCompiler__version
2466
2467def get_build_architecture():
2468 # Importing distutils.msvccompiler triggers a warning on non-Windows
2469 # systems, so delay the import to here.
2470 from distutils.msvccompiler import get_build_architecture
2471 return get_build_architecture()
2472
2473
2474_cxx_ignore_flags = {'-Werror=implicit-function-declaration', '-std=c99'}

Callers 4

win32_checksFunction · 0.90
__init__Method · 0.90
find_dllFunction · 0.90
build_import_libraryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected