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

Method begin

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

Source from the content-addressed store, hash-verified

2253 return object::operator[](std::forward<T>(o));
2254 }
2255 detail::sequence_iterator begin() const { return {*this, 0}; }
2256 detail::sequence_iterator end() const { return {*this, PySequence_Size(m_ptr)}; }
2257};
2258

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected