(
&self,
_exc_type: &crate::Bound<'_, crate::PyAny>,
_exc_value: &crate::Bound<'_, crate::PyAny>,
_traceback: &crate::Bound<'_, crate::PyAny>,
)
| 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))] |
nothing calls this directly
no outgoing calls
no test coverage detected