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

Method data

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

Source from the content-addressed store, hash-verified

117 }
118
119 float *data() { return m_data; }
120
121 py::ssize_t rows() const { return m_rows; }
122 py::ssize_t cols() const { return m_cols; }

Callers 12

beginMethod · 0.45
endMethod · 0.45
TEST_SUBMODULEFunction · 0.45
test_dataFunction · 0.45
TEST_SUBMODULEFunction · 0.45
cornersMethod · 0.45
cornersConstMethod · 0.45
dataFunction · 0.45
data_tFunction · 0.45
auxiliariesFunction · 0.45
TEST_SUBMODULEFunction · 0.45
test_array_ctorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected