Sergei Izmailov
Sergei Izmailov
First PR is merged :tada: https://github.com/python/mypy/pull/9877 A bit more is on the way. With those two `stubgen` will be dangerously really close to `pybind11-stubgen` output :)
Sorry, I don't have time/plans to contribute to mypy in foreseeable future. I'm personally unsatisfied with my docstring parsing implementation to contribute it anywhere, especially to a mature project such...
Hi, thanks for contribution! Patch looks good to me. I'll add a couple of tests to cover this PR and merge it shortly.
Hi, thanks for interest to the project. I don't like idea of including plenty of new code without tests. At the same time adding new binding framework like `boost.python` would...
Thanks for the contribution! The change looks good to me. Do you mind adding a test that reveals the issue? If not, it's ok, I'll add it later myself.
Hi! Thanks for the report. This is not implemented, but it's doable. The only trick is to ensure that all custom (i.e. non-pybind) docstrings behave well too. Note the upcoming...
I agree, this is should be processed same way as other signatures. I consider this as a minor enchantment request (likewise #33) rather than a serious bug since it affects...
Hi! Thanks for the report. I don't think that the solution you propose would work for everyone. And probably there would be none until python provides a counterpart to buffer...
PEP 688 – Making the buffer protocol accessible in Python: https://peps.python.org/pep-0688/
@5had3z see https://github.com/sizmailov/pybind11-stubgen/issues/104#issuecomment-1706128213