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

Class ImpitPyError

impit-python/src/errors.rs:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32create_exception!(impit, StreamClosed, StreamError);
33
34pub(crate) struct ImpitPyError(pub ImpitError);
35
36impl From<ImpitError> for ImpitPyError {
37 fn from(err: ImpitError) -> Self {

Callers 11

fromMethod · 0.85
requestMethod · 0.85
__next__Method · 0.85
__anext__Method · 0.85
raise_for_statusMethod · 0.85
aiter_bytesMethod · 0.85
iter_bytesMethod · 0.85
areadMethod · 0.85
readMethod · 0.85
newMethod · 0.85
requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…