Docstring/help not showing as expected #79
MatthiasKohl
started this conversation in
General
Replies: 1 comment 3 replies
-
Doesn't the nanobind11 test suite test docstrings for functions? To me it looks like you are visualizing the docstring of the function's type (internal |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my nanobind extension module, if I do:
I get the following docstring for all my functions:
This is with the docstring added in the bindings.
I'm also quite sure that this has worked before, but the environment where I built the extension may have been different.
Does anyone know why I could be getting the above docstring ?
Beta Was this translation helpful? Give feedback.
All reactions