| 2185 | return object::operator[](std::forward<T>(o)); |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected