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

Function array_transpose_get

numpy/core/src/multiarray/getset.c:928–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928static PyObject *
929array_transpose_get(PyArrayObject *self, void *NPY_UNUSED(ignored))
930{
931 return PyArray_Transpose(self, NULL);
932}
933
934NPY_NO_EXPORT PyGetSetDef array_getsetlist[] = {
935 {"ndim",

Callers

nothing calls this directly

Calls 1

PyArray_TransposeFunction · 0.85

Tested by

no test coverage detected