Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ data
Method
data
include/pybind11/numpy.h:1934–1936 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1932
1933
template <size_t K, class T = void>
1934
T *data() const {
1935
return reinterpret_cast<T *>(m_common_iterator[K].data());
1936
}
1937
1938
private:
1939
using common_iter = common_iterator;
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected