PyCharm, what is python_stubs?

前端 未结 2 1360
我寻月下人不归
我寻月下人不归 2020-12-28 16:53

I have had numerous problems with PyCharm not recognising functions in libraries properly, so I\'ve decided to look into the source code of some example functions that PyCha

2条回答
  •  轮回少年
    2020-12-28 17:29

    PEP484 defined these stub files. As per the PEP, they are supposed to be for type-hints and can be used by type-checker.

提交回复
热议问题