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

Method close_async_impl

impit-python/src/response.rs:511–516  ·  view source on GitHub ↗
(slf: Py<Self>)

Source from the content-addressed store, hash-verified

509
510impl ImpitPyResponse {
511 fn close_async_impl(slf: Py<Self>) -> PyResult<()> {
512 Python::attach(|py| {
513 let mut slf_ref = slf.borrow_mut(py);
514 slf_ref.close()
515 })
516 }
517
518 pub async fn from_async(
519 val: Response,

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected