You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Jedi finds docstrings at runtime, Pylance extracts them statically, which does not work for docstrings provided in the Rust code. This is why we copied docstrings to the type stub file (#34), but they might come out of sync with the rust docstrings.
We could either wait that Pylance is able to find these docstrings, use a script to autogenerate the stub file with docstrings, or move the docstrings to the Python side of the bindings.
The text was updated successfully, but these errors were encountered:
While Jedi finds docstrings at runtime, Pylance extracts them statically, which does not work for docstrings provided in the Rust code. This is why we copied docstrings to the type stub file (#34), but they might come out of sync with the rust docstrings.
We could either wait that Pylance is able to find these docstrings, use a script to autogenerate the stub file with docstrings, or move the docstrings to the Python side of the bindings.
The text was updated successfully, but these errors were encountered: