What is "596071422"?
PyCharm creates a bunch of files in
/Library/Caches/PyCharm20/python_stubs/596071422that it then adds to the list of frameworks in the "Project" view. What are these files? If there just caches used by PyCharm, why are they visible in the Project pane (they're presumably already there as "originals").
3 条评论
排序方式
日期
投票数
These are Python skeletons for binary modules. They are visible in the project view because we took no special measures to hide them from there.
So it's purely a PyCharm internal thing (that just happens to be exposed), and I can ignore it. Right?
It should probably be hidden.
请先登录再写评论。