| 3217 | } |
| 3218 | |
| 3219 | static PyObject * |
| 3220 | array__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 | */ |
nothing calls this directly
no test coverage detected