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

Method aclose

impit-python/src/response.rs:286–291  ·  view source on GitHub ↗
(slf: Py<Self>, py: Python<'_>)

Source from the content-addressed store, hash-verified

284 }
285
286 fn aclose(slf: Py<Self>, py: Python<'_>) -> PyResult<Bound<'_, PyAny>> {
287 pyo3_async_runtimes::tokio::future_into_py(py, async move {
288 Self::close_async_impl(slf)?;
289 Ok(())
290 })
291 }
292
293 fn aiter_bytes(slf: Py<Self>, py: Python) -> PyResult<PyResponseAsyncBytesIterator> {
294 let mut slf_ref = slf.borrow_mut(py);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected