MCPcopy Create free account
hub / github.com/pybind/pybind11 / view

Method view

include/pybind11/buffer_info.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 Py_buffer *view() const { return m_view; }
155 Py_buffer *&view() { return m_view; }
156
157 /* True if the buffer item type is equivalent to `T`. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected