questdb/py-questdb-client

.pyi type hints

開放

#84 建立於 2024年4月14日

 (3 則留言) (1 個反應) (0 位負責人)Python (14 個分叉)auto 404
good first issue

倉庫指標

星標
 (71 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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 :-)

貢獻者指南