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

Function is_npy_no_signal

numpy/core/setup.py:109–112  ·  view source on GitHub ↗

Return True if the NPY_NO_SIGNAL symbol must be defined in configuration header.

()

Source from the content-addressed store, hash-verified

107 return get_config_var('LIBDIR')
108
109def is_npy_no_signal():
110 """Return True if the NPY_NO_SIGNAL symbol must be defined in configuration
111 header."""
112 return sys.platform == 'win32'
113
114def is_npy_no_smp():
115 """Return True if the NPY_NO_SMP symbol must be defined in public

Callers 2

generate_config_hFunction · 0.85
generate_numpyconfig_hFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected