Return the NumPy array flags
| 1182 | |
| 1183 | /// Return the NumPy array flags |
| 1184 | int flags() const { return detail::array_proxy(m_ptr)->flags; } |
| 1185 | |
| 1186 | /// If set, the array is writeable (otherwise the buffer is read-only) |
| 1187 | bool writeable() const { |
nothing calls this directly
no test coverage detected