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. |
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
-
Currently when
pyslang
is 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::arg
is not provided,arg0
is used.Please let me know what you think. I'm happy to finish up the rest of refactoring.
Beta Was this translation helpful? Give feedback.
All reactions