| 2254 | } |
| 2255 | detail::sequence_iterator begin() const { return {*this, 0}; } |
| 2256 | detail::sequence_iterator end() const { return {*this, PySequence_Size(m_ptr)}; } |
| 2257 | }; |
| 2258 | |
| 2259 | class list : public object { |
nothing calls this directly
no outgoing calls
no test coverage detected