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

贡献者指南