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

Function _PyArray_GetSigintBuf

numpy/core/src/multiarray/multiarraymodule.c:4300–4305  ·  view source on GitHub ↗

NUMPY_API */

Source from the content-addressed store, hash-verified

4298/*NUMPY_API
4299 */
4300NPY_NO_EXPORT void*
4301_PyArray_GetSigintBuf(void)
4302{
4303 sigint_buf_init = 1;
4304 return (void *)&_NPY_SIGINT_BUF;
4305}
4306
4307#else
4308

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected