Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ Streamer
Class
Streamer
src/client/async_impl/response/http.rs:239–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
#[pyclass(subclass)]
238
#[derive(Clone)]
239
pub struct Streamer(Arc<Mutex<Option<InnerStreamer>>>);
240
241
impl Deref for Streamer {
242
type Target = Arc<Mutex<Option<InnerStreamer>>>;
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected