| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected