MCPcopy 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
110template <typename... Ix>
111py::ssize_t index_at(const arr &a, Ix... idx) {
112 return a.index_at(idx...);
113}
114template <typename... Ix>
115py::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_atMethod · 0.80

Tested by

no test coverage detected