We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3bf66 commit 5caccb2Copy full SHA for 5caccb2
rerun_py/src/viewer.rs
@@ -25,6 +25,7 @@ pub struct PyViewerClient {
25
impl PyViewerClient {
26
/// Create a new viewer client object.
27
#[new]
28
+ #[pyo3(text_signature = "(self, addr)")]
29
fn new(py: Python<'_>, addr: String) -> PyResult<Self> {
30
let origin = addr.as_str().parse::<re_uri::Origin>().map_err(to_py_err)?;
31
0 commit comments