(&self, py: Python, kwds: Option<UpdateClientParams>)
| 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 | } |
no outgoing calls