MCPcopy 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)]
239pub struct Streamer(Arc<Mutex<Option<InnerStreamer>>>);
240
241impl Deref for Streamer {
242 type Target = Arc<Mutex<Option<InnerStreamer>>>;

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected