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

Method ConstBuffer

tests/test_buffers.cpp:337–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 }
336
337 ConstBuffer() : value(new int32_t{0}) {}
338 };
339 py::class_<ConstBuffer>(m, "ConstBuffer", py::buffer_protocol())
340 .def(py::init<>())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected