Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apify/impit
/ __enter__
Method
__enter__
impit-python/src/client.rs:26–28 ·
view source on GitHub ↗
(slf: Py<Self>)
Source
from the content-addressed store, hash-verified
24
#[pymethods]
25
impl Client {
26
pub fn __enter__(slf: Py<Self>) -> Py<Self> {
27
slf
28
}
29
30
pub fn __exit__(
31
&self,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected