Base object
| 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; } |
nothing calls this directly
no test coverage detected