Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apify/impit
/ content
Method
content
impit-python/src/response.rs:443–445 ·
view source on GitHub ↗
(&mut self, py: Python<'_>)
Source
from the content-addressed store, hash-verified
441
442
#[getter]
443
fn content(&mut self, py: Python<'_>) -> PyResult<Vec<u8>> {
444
self.read(py)
445
}
446
447
#[getter]
448
fn text(&mut self, py: Python<'_>) -> PyResult<String> {
Callers
nothing calls this directly
Calls
1
read
Method · 0.80
Tested by
no test coverage detected