Replies: 1 comment 1 reply
-
|
How are you generating the stubs? There's a lot of things that can do it automatically. I'd imagine one of those would be a good starting point. Like stubgen. Otherwise you'd have to write test code I'd imagine. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
The documentation says that TypeStubs are preferred by default. Is there any option to additionally
importand inspect the module itself and highlight inconsistencies between the stubs and the module interfaces? I have both TypeStubs and module written in C++ in my project.Beta Was this translation helpful? Give feedback.
All reactions