Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ index_at
Function
index_at
tests/test_numpy_array.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
110
template <typename... Ix>
111
py::ssize_t index_at(const arr &a, Ix... idx) {
112
return a.index_at(idx...);
113
}
114
template <typename... Ix>
115
py::ssize_t index_at_t(const arr_t &a, Ix... idx) {
116
return a.index_at(idx...);
Callers
nothing calls this directly
Calls
1
index_at
Method · 0.80
Tested by
no test coverage detected