If set, the array is writeable (otherwise the buffer is read-only)
| 1185 | |
| 1186 | /// If set, the array is writeable (otherwise the buffer is read-only) |
| 1187 | bool writeable() const { |
| 1188 | return detail::check_flags(m_ptr, detail::npy_api::NPY_ARRAY_WRITEABLE_); |
| 1189 | } |
| 1190 | |
| 1191 | /// If set, the array owns the data (will be freed when the array is deleted) |
| 1192 | bool owndata() const { |