VTK has a script to generate python interface files (.pyi) from native modules: https://gitlab.kitware.com/vtk/vtk/-/blob/master/Wrapping/Python/vtkmodules/generate_pyi.py?ref_type=heads This should be working on module build against VTK.
VTK has a script to generate python interface files (.pyi) from native modules: https://gitlab.kitware.com/vtk/vtk/-/blob/master/Wrapping/Python/vtkmodules/generate_pyi.py?ref_type=heads
This should be working on module build against VTK.