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

Method get_value

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

Source from the content-addressed store, hash-verified

327
328 public:
329 int32_t get_value() const { return *value; }
330 void set_value(int32_t v) { *value = v; }
331
332 py::buffer_info get_buffer_info() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected