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

Method update

src/client/blocking/mod.rs:191–193  ·  view source on GitHub ↗
(&self, py: Python, kwds: Option<UpdateClientParams>)

Source from the content-addressed store, hash-verified

189 /// Updates the client with the given parameters.
190 #[pyo3(signature = (**kwds))]
191 pub fn update(&self, py: Python, kwds: Option<UpdateClientParams>) -> PyResult<()> {
192 self.0.update(py, kwds)
193 }
194}

Callers 2

request_chrome_androidFunction · 0.45
test_inherit_clientFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_inherit_clientFunction · 0.36