Replies: 1 comment
-
This list was created by making stubs for a project of mine and removing all the cruft that I did not want do end up in there. Is it possible that there are other things that generate |
Beta Was this translation helpful? Give feedback.
0 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.
-
It seems stubgen will skip a lot of dunder attributes: https://github.com/wjakob/nanobind/blob/master/src/stubgen.py#L88-L95
What is the reason for that? I define
__version__
for the module but it's not generated in the stub and vscode just yells at me about using undefined attribute.Beta Was this translation helpful? Give feedback.
All reactions