Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bachynin Ivan
Total activity
2
Last activity
February 08, 2020 02:56
Member since
February 08, 2020 02:56
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Bachynin Ivan
commented,
February 08, 2020 02:56
or you can use typings: ``` class Mixin: def foo(self: 'Base'): pass class Base(Mixin): def bar(self): pass ```
Community
PyCharm
How to tell PyCharm that a class is a mixin specifically for class X
1 vote