Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Scott Cuthbert
Total activity
12
Last activity
March 17, 2022 22:34
Member since
July 27, 2019 17:01
Following
0 users
Followed by
0 users
Votes
7
Subscriptions
3
Activity overview
Posts (0)
Comments (2)
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