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

Function array__get_ndarray_c_version

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

Source from the content-addressed store, hash-verified

3217}
3218
3219static PyObject *
3220array__get_ndarray_c_version(
3221 PyObject *NPY_UNUSED(dummy), PyObject *NPY_UNUSED(arg))
3222{
3223 return PyLong_FromLong( (long) PyArray_GetNDArrayCVersion() );
3224}
3225
3226/*NUMPY_API
3227*/

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected