Base object
| 935 | |
| 936 | /// Base object |
| 937 | object base() const { return reinterpret_borrow<object>(detail::array_proxy(m_ptr)->base); } |
| 938 | |
| 939 | /// Dimensions of the array |
| 940 | const ssize_t *shape() const { return detail::array_proxy(m_ptr)->dimensions; } |
nothing calls this directly
no test coverage detected