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

Method cols

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

Source from the content-addressed store, hash-verified

120
121 py::ssize_t rows() const { return m_rows; }
122 py::ssize_t cols() const { return m_cols; }
123
124 private:
125 py::ssize_t m_rows;

Callers 7

test_from_pythonFunction · 0.95
TEST_SUBMODULEFunction · 0.45
reset_refFunction · 0.45
adjust_matrixFunction · 0.45
TEST_SUBMODULEFunction · 0.45
eigen_array_castFunction · 0.45
castFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected