I am asking because the python package doesn't technically ship its stub files but allows us to generate them with a python command (see vtkmodules/generate_pyi.py)
So I don't know if it respect the third point in the requirements:
the package does not ship with its own stubs or type annotations.
Their module also don't generate stub files for all .py files (and in particular for __init__.py)
I am asking because the python package doesn't technically ship its stub files but allows us to generate them with a python command (see vtkmodules/generate_pyi.py)
So I don't know if it respect the third point in the requirements:
Their module also don't generate stub files for all .py files (and in particular for
__init__.py)