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

Method buffer_info

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

Source from the content-addressed store, hash-verified

56 bool readonly = false; // flag to indicate if the underlying storage may be written to
57
58 buffer_info() = default;
59
60 buffer_info(void *ptr,
61 ssize_t itemsize,

Callers

nothing calls this directly

Calls 4

moveFunction · 0.85
private_ctr_tagClass · 0.85
c_stridesFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected