MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / flags

Method flags

external_libraries/pybind11/numpy.h:1166–1166  ·  view source on GitHub ↗

Return the NumPy array flags

Source from the content-addressed store, hash-verified

1164
1165 /// Return the NumPy array flags
1166 int flags() const { return detail::array_proxy(m_ptr)->flags; }
1167
1168 /// If set, the array is writeable (otherwise the buffer is read-only)
1169 bool writeable() const {

Callers

nothing calls this directly

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected