Replies: 1 comment
|
Of course yes, I would take PRs that improve the bindings. I don't have time to do that kind of work myself but it does make the bindings unambiguously better. |
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.
Currently when
pyslangis used with IDE such as VSCode or PyCharm, the function signature provided by pybind is not very informative. I'm wondering if you'd like some PR to enhance the pybind code.Here is some incomplete patch I have: https://github.com/MikePopoloski/slang/compare/master...Kuree:pybind-arg?expand=1
It aims to improve two things:
py::argis not provided,arg0is used.Please let me know what you think. I'm happy to finish up the rest of refactoring.
All reactions