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

Method __exit__

impit-python/src/client.rs:30–36  ·  view source on GitHub ↗
(
        &self,
        _exc_type: &crate::Bound<'_, crate::PyAny>,
        _exc_value: &crate::Bound<'_, crate::PyAny>,
        _traceback: &crate::Bound<'_, crate::PyAny>,
    )

Source from the content-addressed store, hash-verified

28 }
29
30 pub fn __exit__(
31 &self,
32 _exc_type: &crate::Bound<'_, crate::PyAny>,
33 _exc_value: &crate::Bound<'_, crate::PyAny>,
34 _traceback: &crate::Bound<'_, crate::PyAny>,
35 ) {
36 }
37
38 #[new]
39 #[pyo3(signature = (browser=None, http3=None, proxy=None, timeout=Some(Right(USE_CLIENT_DEFAULT_SENTINEL)), verify=None, default_encoding=None, follow_redirects=None, max_redirects=Some(20), cookie_jar=None, cookies=None, headers=None, local_address=None))]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected