MCPcopy Create free account
hub / github.com/davisking/dlib / flags

Method flags

dlib/external/pybind11/include/pybind11/numpy.h:962–962  ·  view source on GitHub ↗

Return the NumPy array flags

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected