Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_python
Function · 0.95
TEST_SUBMODULE
Function · 0.45
reset_ref
Function · 0.45
adjust_matrix
Function · 0.45
TEST_SUBMODULE
Function · 0.45
eigen_array_cast
Function · 0.45
cast
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected