Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
15
pub struct BlockingClient(Client);
16
17
#[pymethods]
18
impl BlockingClient {
Callers
15
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected