主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Michael Scott Cuthbert
活动总数
15
最后的活动
2025年05月26日 20:24
成员加入日期
2019年07月27日 17:01
关注
0 名用户
关注者数
0 名用户
投票数
7
订阅数
4
活动概览
帖子(0)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2025年05月26日 20:24
Oh – I forgot how I found this – it is in Settings -> Tools -> Python Integrated Tools -> Analyze Python code in docstrings. (Somehow this post is coming up higher on searches than PY-8815, so I'll...
社区
PyCharm
How to disable inspections of code inside docstrings?
0 票
创建于
2025年05月26日 20:05
In your .idea folder there should be a .iml file with your project name. Inside there create or add it the component “PyDocumentationSettings” to add a new option “analyzeDoctest” and set it to Fa...
社区
PyCharm
How to disable inspections of code inside docstrings?
0 票
创建于
2020年05月03日 19:33
Thank you Andrey Resler! (and @... for making the ticket). A design mistake I made 14 years ago on my "music21" package (which I didn't fully understand properties) gives some properties bad side...
社区
PyCharm
How to disable automatic variable evaluation when debugging?
0 票
创建于
2019年08月04日 16:21
Building on Ivan Klass, another way that avoids the assignment to itself warning is: assert isinstance(self, SomeClass) and now the IDE will understand that self can use SomeClass's methods. H...
社区
PyCharm
How to tell PyCharm that a class is a mixin specifically for class X
0 票