questdb/py-questdb-client

.pyi type hints

オープン

#84 opened on 2024/04/14

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)Python (14 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (71 個のスター)
PR merge metrics
 (PR metrics pending)

説明

We have a Cython package that doesn't do a great job of exposing typing information to PyCharm. It looks like this needs additional .pyi files to get it working:

https://stackoverflow.com/questions/41734836/what-does-i-represent-in-python-pyi-extension

Shame, since pretty much all the typing is already on the signatures in Cython and usually works just fine in VS Code. Oh well :-)

コントリビューターガイド