| 35 | } |
| 36 | |
| 37 | virtual void reset() { |
| 38 | py::gil_scoped_acquire gil; |
| 39 | next_ = iterable_factory_().attr("__iter__")().attr("__next__"); |
| 40 | } |
| 41 | |
| 42 | virtual Sample next() const { |
| 43 | Sample sample; |
nothing calls this directly
no outgoing calls
no test coverage detected