Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 kafka 的新手,并尝试通过VScode工作一些基本示例。问题是我似乎无法使参数提示对通过confluent_kafka. 模块本身是一个包装器,我想知道是否有办法让参数提示与其他 python 类和模块的工作方式相同?
confluent_kafka
不可能。因为您想要的内容存储在cimpl.cp39-win_amd64.pyd.
cimpl.cp39-win_amd64.pyd
语言服务器无法从具有pyd文件扩展名的文件中提供 Intellisense。
pyd
你可以看看cimplywith PyCharm,因为它可以反编译它。
cimply