Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Scott Cuthbert
Total activity
15
Last activity
May 26, 2025 20:24
Member since
July 27, 2019 17:01
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
4
Activity overview
Posts (0)
Comments (4)
Michael Scott Cuthbert
commented,
May 26, 2025 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...
Community
PyCharm
How to disable inspections of code inside docstrings?
0 votes
Michael Scott Cuthbert
commented,
May 26, 2025 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...
Community
PyCharm
How to disable inspections of code inside docstrings?
0 votes
Michael Scott Cuthbert
commented,
May 03, 2020 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...
Community
PyCharm
How to disable automatic variable evaluation when debugging?
0 votes
Michael Scott Cuthbert
commented,
August 04, 2019 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...
Community
PyCharm
How to tell PyCharm that a class is a mixin specifically for class X
0 votes