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

Function PyArray_GetNDArrayCVersion

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

NUMPY_API * * Included at the very first so not auto-grabbed and thus not labeled. */

Source from the content-addressed store, hash-verified

3202 * Included at the very first so not auto-grabbed and thus not labeled.
3203 */
3204NPY_NO_EXPORT unsigned int
3205PyArray_GetNDArrayCVersion(void)
3206{
3207 return (unsigned int)NPY_ABI_VERSION;
3208}
3209
3210/*NUMPY_API
3211 * Returns the built-in (at compilation time) C API version

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected