Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ivan Klass
Total activity
7
Last activity
September 16, 2020 11:44
Member since
August 23, 2017 04:03
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
2
Activity overview
Posts (0)
Comments (2)
Sort by recent activity
Recent activity
Votes
Edited
August 23, 2017 04:07
I've found following solution class SomeMixin(object): def some_method(self): self = self # type: SomeClass self.auto_complete_method() # now IDE understands "...
Community
PyCharm
How to tell PyCharm that a class is a mixin specifically for class X
1 vote
Edited
April 04, 2018 06:10
Same happens to me in Intellij IDEA 2018.1 Only full-path import works, __init__.py is not taken into account, similarly if module `a` imports something from module `b` as `C`, `from a import C` sh...
Community
PyCharm
Unresolved reference with 2018.1 version
0 votes