pvaPy
pvaPy copied to clipboard
Type stubs missing
Hello! I am doing some development with pvaccess/pvapy, and I have found my IDE (vscode) cannot find the symbols associated with pvaccess:
I generated them using mypy:
pip install mypy
stubgen -m pvaccess
mv out/pvaccess.pyi /path/to/pvacess/site-packages/dir/
This fixes the issue (still unknown args, but better than having red lines everywhere in my IDE):