Return the NumPy array flags
| 968 | |
| 969 | /// Return the NumPy array flags |
| 970 | int flags() const { return detail::array_proxy(m_ptr)->flags; } |
| 971 | |
| 972 | /// If set, the array is writeable (otherwise the buffer is read-only) |
| 973 | bool writeable() const { |
nothing calls this directly
no test coverage detected