Return the NumPy array flags
| 960 | |
| 961 | /// Return the NumPy array flags |
| 962 | int flags() const { return detail::array_proxy(m_ptr)->flags; } |
| 963 | |
| 964 | /// If set, the array is writeable (otherwise the buffer is read-only) |
| 965 | bool writeable() const { |
nothing calls this directly
no test coverage detected