I am trying to build pyi files for multiple modules:
pybind11-stubgen a
pybind11-stubgen b
doesn't work because b has dependences on a
pybind11-stubgen used to have the option 'pybind11-stubgen a b' but that seems to have been removed. stubgen can process multiple modules but the output is inferior.
Any insight as to why the option was removed and if it can come back?
I am trying to build pyi files for multiple modules:
pybind11-stubgen a
pybind11-stubgen b
doesn't work because b has dependences on a
pybind11-stubgen used to have the option 'pybind11-stubgen a b' but that seems to have been removed. stubgen can process multiple modules but the output is inferior.
Any insight as to why the option was removed and if it can come back?