MCPcopy Create free account
hub / github.com/apify/impit / __aiter__

Method __aiter__

impit-python/src/response.rs:101–103  ·  view source on GitHub ↗
(slf: PyRef<'_, Self>)

Source from the content-addressed store, hash-verified

99#[pymethods]
100impl PyResponseAsyncBytesIterator {
101 fn __aiter__(slf: PyRef<'_, Self>) -> PyRef<'_, Self> {
102 slf
103 }
104
105 fn __anext__<'py>(&mut self, py: Python<'py>) -> PyResult<Bound<'py, PyAny>> {
106 if let Some(content) = self.ready_content.take() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected