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

Function copy_ND_array

numpy/f2py/src/fortranobject.c:1317–1322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315/************************* copy_ND_array *******************************/
1316
1317extern int
1318copy_ND_array(const PyArrayObject *arr, PyArrayObject *out)
1319{
1320 F2PY_REPORT_ON_ARRAY_COPY_FROMARR;
1321 return PyArray_CopyInto(out, (PyArrayObject *)arr);
1322}
1323
1324/********************* Various utility functions ***********************/
1325

Callers

nothing calls this directly

Calls 1

PyArray_CopyIntoFunction · 0.85

Tested by

no test coverage detected