| 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 | |
| 2191 | // We need to put this into a separate function because the Intel compiler |
nothing calls this directly
no outgoing calls
no test coverage detected