Does PyCharm use Mypy?

心已入冬 提交于 2020-08-27 06:57:31

问题


Does PyCharm use Mypy or did JetBrains implement PEP 484 separately?


回答1:


It appears that they went with their own implementation.

Ultimately I would conjecture whether or not they use another open source library instead matters little; so long as they maintain their support for it, their choice of implementation is inconsequential.



来源:https://stackoverflow.com/questions/50497956/does-pycharm-use-mypy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!