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

Method end

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

Source from the content-addressed store, hash-verified

2254 }
2255 detail::sequence_iterator begin() const { return {*this, 0}; }
2256 detail::sequence_iterator end() const { return {*this, PySequence_Size(m_ptr)}; }
2257};
2258
2259class list : public object {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected