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

Method end

include/pybind11/pytypes.h:2188–2188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2186 }
2187 detail::tuple_iterator begin() const { return {*this, 0}; }
2188 detail::tuple_iterator end() const { return {*this, PyTuple_GET_SIZE(m_ptr)}; }
2189};
2190
2191// We need to put this into a separate function because the Intel compiler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected