MCPcopy Create free account
hub / github.com/0x676e67/wreq-python / BlockingClient

Class BlockingClient

src/client/blocking/mod.rs:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13/// A blocking client for making HTTP requests.
14#[pyclass(subclass)]
15pub struct BlockingClient(Client);
16
17#[pymethods]
18impl BlockingClient {

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected