MCPcopy Create free account
hub / github.com/pybind/pybind11 / base

Method base

include/pybind11/numpy.h:1145–1145  ·  view source on GitHub ↗

Base object

Source from the content-addressed store, hash-verified

1143
1144 /// Base object
1145 object base() const { return reinterpret_borrow<object>(detail::array_proxy(m_ptr)->base); }
1146
1147 /// Dimensions of the array
1148 const ssize_t *shape() const { return detail::array_proxy(m_ptr)->dimensions; }

Callers

nothing calls this directly

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected