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

Method __repr__

impit-python/src/response.rs:273–275  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

271 }
272
273 fn __repr__(&self) -> String {
274 format!("<Response [{} {}]>", self.status_code, self.reason_phrase)
275 }
276
277 fn raise_for_status(&self) -> PyResult<()> {
278 if self.status_code >= 400 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected